maybe-atomic

Crates.iomaybe-atomic
lib.rsmaybe-atomic
version0.1.0
created_at2020-07-20 20:03:33.395935+00
updated_at2020-07-20 20:03:33.395935+00
descriptionVersions of atomics whose atomic-ness can be toggled.
homepagehttps://github.com/not-a-seagull/maybe-atomic
repositoryhttps://github.com/not-a-seagull/maybe-atomic
max_upload_size
id267369
size19,037
John Nunley (notgull)

documentation

README

Maybe Atomic

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.

License

Licensed under MIT or Apache-2.0 at your option.

Commit count: 0

cargo fmt