All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support conversions for u1
- Implement std::error::Error for TryFromIntError
- Add BITS associated constant
- Mask values on write instead of read
- Added
i1
andu1
types. - Added
i65
-i127
andu65
-u127
types.
- Implemented
BitXor
andBitXorAssign
for all types
- Implemented
BitAnd
andBitAndAssign
for all types