# Shared A Arc Mutex guarded data ## Usage `cargo add shared --git https://git.red-green.com/david/shared` ```rust use shared::Shared; // Wrap your structure in Shared via Shared::new(S) ``` ## Examples To run, say `doc_example` just `cargo run --example doc_example`.