Crates.io | yaar-lock |
lib.rs | yaar-lock |
version | 0.2.1 |
source | src |
created_at | 2020-01-12 18:00:07.098928 |
updated_at | 2020-01-30 20:32:59.226119 |
description | Fast, no_std synchronization primitives. |
homepage | |
repository | https://github.com/kprotty/yaar/tree/master/yaar-lock |
max_upload_size | |
id | 197875 |
size | 71,109 |
Small & Fast synchronization primitives for #![no_std]
environments.
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.
Licensed under either of
at your option.
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.