Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 20:07

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.