No Description

david 3318ad6474 Adds a complete example, and some doctest/examples 1 year ago
examples 3318ad6474 Adds a complete example, and some doctest/examples 1 year ago
src 3318ad6474 Adds a complete example, and some doctest/examples 1 year ago
.gitignore 0887d035ae Adds SharedData<T> 1 year ago
Cargo.lock 6bc45b22f3 Renamed from Shard to Shared 1 year ago
Cargo.toml 6bc45b22f3 Renamed from Shard to Shared 1 year ago
LICENSE c6403ea9d9 Updated LICENSE and README.md 1 year ago
README.md 3318ad6474 Adds a complete example, and some doctest/examples 1 year ago

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.