2 unstable releases
0.2.0 | Sep 17, 2023 |
---|---|
0.1.1 | Sep 15, 2023 |
#58 in #enum
20KB
259 lines
This crate provides an AtomicEnum
.
This can only be used with C like enumerations.
The gen_atomic_enum!
macro is provided which can be used to create a valid enumeration.