Crates.io | maybe-atomic |
lib.rs | maybe-atomic |
version | 0.1.0 |
source | src |
created_at | 2020-07-20 20:03:33.395935 |
updated_at | 2020-07-20 20:03:33.395935 |
description | Versions of atomics whose atomic-ness can be toggled. |
homepage | https://github.com/not-a-seagull/maybe-atomic |
repository | https://github.com/not-a-seagull/maybe-atomic |
max_upload_size | |
id | 267369 |
size | 19,037 |
Some embedded systems may or may not support atomics. This crate has the "atomic" feature, enabled by default. Its structures will use the core atomic structures (e.g. AtomicBool
) internally. Otherwise, it will use standard data types internally.
Licensed under MIT or Apache-2.0 at your option.