maybe-atomic 0.1.0

Versions of atomics whose atomic-ness can be toggled.
Documentation
  • Coverage
  • 100%
    67 out of 67 items documented0 out of 66 items with examples
  • Size
  • Source code size: 19.0 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 536.0 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • notgull/maybe-atomic
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • notgull

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.