What's Changed
- Update expect message in decimal_from_int by @KodrAus in #10
- fix warnings and add missing derives by @joseluis in #12
- Add a test for encoding zero values by @KodrAus in #13
- constification by @joseluis in #14
- Ignore the specific NAN encoded by f32/f64::NAN by @KodrAus in #18
- add consts
MIN_10_EXP,MAX_10_EXPby @joseluis in #21 - Make as_le_bytes return a ref of the underlying array by @KodrAus in #20
- Add tests for min/max exponents by @KodrAus in #22
- Prepare for 0.2.0 release by @KodrAus in #23
New Contributors
Full Changelog: v0.1.3...v0.2.0