Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
The "byteorder" and "zerocopy" dependencies could be removed.
The Rust standard API provides the needed methods to convert to/from integer types to byte arrays in Little/Big endian formats.
The removal of dependencies has two benefits:
- smaller binary
- faster compilation
Attachments
Issue Links
- links to