Releases: npars/arbintrary
Releases · npars/arbintrary
0.4.0: Add from trait for primitives
0.3.0: Implement try_from trait
- Add support for converting between arbitrary integer values using the try_from function - Set default rustfmt config
0.2.1: Make From macros more generic
- Implement a "basewise" macro for From trait that reduces number of trait implementations required
0.2.0: Implement From trait
- Implement the From trait for uint to uint and int to int conversions