byteorder-lite

Crates.iobyteorder-lite
lib.rsbyteorder-lite
version0.1.0
sourcesrc
created_at2024-04-07 19:09:06.481843
updated_at2024-04-07 19:09:06.481843
descriptionLibrary for reading/writing numbers in big-endian and little-endian.
homepagehttps://github.com/image-rs/byteorder-lite
repositoryhttps://github.com/image-rs/byteorder-lite
max_upload_size
id1199427
size145,168
Publish (github:image-rs:publish)

documentation

https://docs.rs/byteorder-lite

README

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.

Commit count: 266

cargo fmt