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
.