Нема описа

Steve Thielemann af58a67e29 Separation of Shared & Data пре 4 месеци
examples f9f642af17 Separation of Shared & Data пре 4 месеци
src f9f642af17 Separation of Shared & Data пре 4 месеци
.gitignore 0887d035ae Adds SharedData<T> пре 7 месеци
Cargo.lock f9f642af17 Separation of Shared & Data пре 4 месеци
Cargo.toml f9f642af17 Separation of Shared & Data пре 4 месеци
LICENSE c6403ea9d9 Updated LICENSE and README.md пре 7 месеци
README.md f9f642af17 Separation of Shared & Data пре 4 месеци

README.md

Shared

A Arc Mutex guarded data

Usage

cargo add shared --git https://git.red-green.com/david/shared

use shared::Shared;

// Wrap your structure in Shared<S> via Shared::new(S)

Examples

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