Releases: Robbepop/apint
Releases · Robbepop/apint
0.2.0
0.1.0
- Removed strict casting methods in
ApInt,IntandUInt. - Add
into_bitnottoApInt,IntandUInt. - Add division-by-zero error and managing around it for respective operations.
- Add a crate prelude module for simple usage of commonly used types.
- Fixed bug in
ApInt::sign_extendandInt::extend(issue #15). Thanks AaronKutch for reporting! - Fixed markdown headers of many public impl blocks.
- Fixed several documentation comments of public APIs, like
ApInt::from_{i128, u128}. - Fixed several minor bugs due to forwarding to wrong implementation methods.