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.