|
il y a 4 mois | |
---|---|---|
examples | il y a 4 mois | |
src | il y a 4 mois | |
.gitignore | il y a 7 mois | |
Cargo.lock | il y a 4 mois | |
Cargo.toml | il y a 4 mois | |
LICENSE | il y a 7 mois | |
README.md | il y a 4 mois |
A Arc Mutex guarded data
cargo add shared --git https://git.red-green.com/david/shared
use shared::Shared;
// Wrap your structure in Shared<S> via Shared::new(S)
To run, say doc_example
just cargo run --example doc_example
.