Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
/ maybe-atomic Public archive

Rust primitives whose atomic-ness is able to be changed.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

notgull/maybe-atomic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Rust primitives whose atomic-ness is able to be changed.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages