david 3318ad6474 Adds a complete example, and some doctest/examples | 2 ay önce | |
---|---|---|
examples | 2 ay önce | |
src | 2 ay önce | |
.gitignore | 2 ay önce | |
Cargo.lock | 2 ay önce | |
Cargo.toml | 2 ay önce | |
LICENSE | 2 ay önce | |
README.md | 2 ay önce |
A Arc Mutex guarded Data.
cargo add shared
use shared::Shared;
To run, say doc_example
just cargo run --example doc_example
.