hotlib

Crates.iohotlib
lib.rshotlib
version0.1.0
sourcesrc
created_at2021-07-15 16:43:59.105844
updated_at2021-07-15 16:43:59.105844
descriptionA library for watching, dynamically compiling, and hot-loading Rust libraries.
homepagehttps://github.com/mitchmindtree/hotlib
repositoryhttps://github.com/mitchmindtree/hotlib.git
max_upload_size
id423153
size35,452
(mitchmindtree)

documentation

README

hotlib Actions Status Crates.io Crates.io docs.rs

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.

Commit count: 27

cargo fmt