david 9d0f4df6a1 Use the 'serde' feature for Data | пре 2 месеци | |
---|---|---|
examples | пре 2 месеци | |
src | пре 2 месеци | |
.gitignore | пре 2 месеци | |
Cargo.lock | пре 2 месеци | |
Cargo.toml | пре 2 месеци | |
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
.