lib_endian/
lib.rs

1#![doc = include_str!("../README.md")]
2
3mod endian;
4pub use endian::*;