lib-endian 0.1.0

The simplest library for storing a value while handling byte order or for obtaining the byte order of the current target.
Documentation
1
2
3
4
#![doc = include_str!("../README.md")]

mod endian;
pub use endian::*;