Releases: alygin/fdec
Releases · alygin/fdec
v0.3.1
v0.3.0
Enhancements
- Implemented associated functions
from_be_units()/from_le_units(). - Implemented associated functions
from_be_bytes()/from_le_bytes()/from_ne_bytes(). - Implemented methods
to_be_bytes()/to_le_bytes()/to_ne_bytes().
Deprecations
- The
new()method is now deprecated,from_le_units()should be used instead.
v0.2.1
Enhancements
- Documentation and examples improvements.
v0.2.0
Breaking changes
- The Euler's constant (e) is now exposed as a static reference
::const::Einstead of theNumber::e()function.
Enhancements
- Macros now generate submodule
constwith basic mathematical constants. Names and meaning of the constants fully match those provided by the Rust's primitive types.