8000 GitHub - pannapudi/dyn-me-pls: Rust dynamic linking sandbox
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pannapudi/dyn-me-pls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DYN-ME-PLS

Note: We don't need to use compromise module since rustc probably have been patched.

Dynamic linking is intended to use in applications when you need to reload code on the fly without closing down the application.

Example

Terminal №1

cargo watch -x build

Terminal №2

cargo run --bin gfx-reload

After this you can modify greet-rs/src/lib.rs for hot-reloading.

Works only on Linux*. It's not a library -3-

About

Rust dynamic linking sandbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0