An open API service indexing awesome lists of open source software.

https://github.com/toyboot4e/hot_crate

Reload `dylib` crates at runtime (on macOS)
https://github.com/toyboot4e/hot_crate

Last synced: about 2 months ago
JSON representation

Reload `dylib` crates at runtime (on macOS)

Awesome Lists containing this project

README

          

# `hot_crate`

_Reload `dylib` crates at runtime_

[`libloading`](https://github.com/nagisa/rust_libloading) has some [issue](https://github.com/nagisa/rust_libloading/issues/59) for reloading dynamic libraries on macOS. `hot_crate::HotLibrary` automatically handles it under the hood.

Credit: `hot_crate` is basically a fork of [`hotlib`](https://github.com/mitchmindtree/hotlib).

WARNING: It's tested on macOS only.