Macrosยง
- impl_
bits_ ๐trait - impl_
bitwise_ ๐ops_ trait - impl_
metadata_ ๐value_ trait
Traitsยง
- Bits
- Describes bits and log2 bits for the numbers. If num_traits has this, we do not need our own implementation: https://github.com/rust-num/num-traits/issues/247
- Bitwise
Ops - Describes bitwise operations. If num_traits has this, we do not need our own implementation: https://github.com/rust-num/num-traits/issues/232
- Metadata
Value - The number type for accessing metadata. It requires a few traits from num-traits and a few traits we defined above. The methods in this trait are mostly about atomically accessing such types.