byteorder-lite 0.1.0

Library for reading/writing numbers in big-endian and little-endian.
Documentation
  • Coverage
  • 100%
    119 out of 119 items documented107 out of 110 items with examples
  • Size
  • Source code size: 148.5 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • image-rs/byteorder-lite
    3 3 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • fintelia github:image-rs:publish

byteorder-lite

crates.io Documentation Build Status

This crate is a fork of the byteorder crate which sets #![forbid(unsafe_code)]. It includes all traits and most methods from the original crate, but the ReadBytesExt::read_*_into family of methods had to be removed because they currently cannot be implemented without unsafe code.

byteorder-lite is not affiliated with the main byteorder crate.