dynamic_reload icon indicating copy to clipboard operation
dynamic_reload copied to clipboard

Dynamic reloading of shared libraries

Results 6 dynamic_reload issues
Sort by recently updated
recently updated
newest added

This is because tempdir has been deprecated with this info from cargo-deny ``` 31 │ tempdir 0.3.7 registry+https://github.com/rust-lang/crates.io-index │ ------------------------------------------------------------------- unmaintained advisory detected │ = ID: RUSTSEC-2018-0017 = Advisory: https://rustsec.org/advisories/RUSTSEC-2018-0017...

On windows, if a unix path is used in "search_paths" (ex: `DynamicReload::new(Some(vec!["./routes/target/debug/"]), Some("target/debug"), Search::Default);` ), the changes to the libraries are not reported. This is most likely because dynamic_reload cannot...

It starts tryng to load the lib even when still compiling packages (for example if I do cargo build --release) it start downloading things, then building and I get the...

When I try the example on my Linux (Ubuntu 16.04) machine, it works properly after the first change to `test_shared.rs`, but it does nothing if I change it a second...

I have created the start of a Rust wrapper for `cr.h`: https://github.com/Neopallium/cr-rs Right now I am planning on a host-side and guest-side sys crates, since two different libraries need to...

Please derive Debug for UpdateState