ai_byteorder_lite 0.1.0

A no_std fork of byteorder-lite
Documentation

This is a fork of the byteorder-lite crate. The git repository is located at https://github.com/image-rs/byteorder-lite.

ai_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.