sigalign-impl 0.2.2

A crate for implementations for core
Documentation
1
2
3
4
5
#[cfg(target_endian = "little")]
pub type EndianType = byteorder::LittleEndian;
#[cfg(target_endian = "big")]
pub type EndianType = byteorder::BigEndian;
pub use byteorder::{ReadBytesExt, WriteBytesExt};