yaar-lock

Crates.ioyaar-lock
lib.rsyaar-lock
version0.2.1
sourcesrc
created_at2020-01-12 18:00:07.098928
updated_at2020-01-30 20:32:59.226119
descriptionFast, no_std synchronization primitives.
homepage
repositoryhttps://github.com/kprotty/yaar/tree/master/yaar-lock
max_upload_size
id197875
size71,109
protty (kprotty)

documentation

README

yaar-lock Licence Documentation

Small & Fast synchronization primitives for #![no_std] environments.

Usage

Add this to your Cargo.toml:

[dependencies]
yaar_lock = { version = "0.2", features = ["full"] }

yaar-lock has features enabled by defualt and requires them to be set explicitely. As a shorthand, the full feature enables all components. See the Documentation for more on the available features.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 0

cargo fmt