Crates.io | hotlib |
lib.rs | hotlib |
version | 0.1.0 |
source | src |
created_at | 2021-07-15 16:43:59.105844 |
updated_at | 2021-07-15 16:43:59.105844 |
description | A library for watching, dynamically compiling, and hot-loading Rust libraries. |
homepage | https://github.com/mitchmindtree/hotlib |
repository | https://github.com/mitchmindtree/hotlib.git |
max_upload_size | |
id | 423153 |
size | 35,452 |
A library for watching, dynamically compiling, and hot-loading Rust libraries.
Try running:
cargo run --example demo
And while the demo is running, try editing the test_crate/src/lib.rs
file.
Each time you write your changes to disk, the demo should automatically detect
the change, return the package, build the package and then load the
corresponding dynamic library.