بدون توضیح

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.