Нема описа

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

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.