1 unstable release

0.1.0 Jul 20, 2020

#17 in #configured

MIT/Apache

7KB
126 lines

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.


lib.rs:

Rust atomic primitives that can be configured to not be atomic.

Dependencies

~9KB