Apollo e504c8a0a0 Removed Point | пре 3 недеља | |
---|---|---|
examples | пре 2 месеци | |
src | пре 3 недеља | |
.gitignore | пре 2 месеци | |
Cargo.lock | пре 3 недеља | |
Cargo.toml | пре 3 недеља | |
LICENSE | пре 2 месеци | |
README.md | пре 2 месеци |
A Arc Mutex guarded Data.
cargo add 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
.