0.1.0 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
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.