Нема описа

david 3318ad6474 Adds a complete example, and some doctest/examples пре 11 месеци
examples 3318ad6474 Adds a complete example, and some doctest/examples пре 11 месеци
src 3318ad6474 Adds a complete example, and some doctest/examples пре 11 месеци
.gitignore 0887d035ae Adds SharedData<T> пре 11 месеци
Cargo.lock 6bc45b22f3 Renamed from Shard to Shared пре 11 месеци
Cargo.toml 6bc45b22f3 Renamed from Shard to Shared пре 11 месеци
LICENSE c6403ea9d9 Updated LICENSE and README.md пре 11 месеци
README.md 3318ad6474 Adds a complete example, and some doctest/examples пре 11 месеци

README.md

Shared

A Arc Mutex guarded Data.

Usage

cargo add shared

use shared::Shared;

Examples

To run, say doc_example just cargo run --example doc_example.