Không có mô tả

Steve Thielemann af58a67e29 Separation of Shared & Data 4 tháng trước cách đây
examples f9f642af17 Separation of Shared & Data 4 tháng trước cách đây
src f9f642af17 Separation of Shared & Data 4 tháng trước cách đây
.gitignore 0887d035ae Adds SharedData<T> 7 tháng trước cách đây
Cargo.lock f9f642af17 Separation of Shared & Data 4 tháng trước cách đây
Cargo.toml f9f642af17 Separation of Shared & Data 4 tháng trước cách đây
LICENSE c6403ea9d9 Updated LICENSE and README.md 7 tháng trước cách đây
README.md f9f642af17 Separation of Shared & Data 4 tháng trước cách đây

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.