[package] name = "ioendian" version = "0.1.4" authors = ["Vurich "] description = "Simple wrapper type to declaratively mark a struct as big-endian or little-endian. Useful for when doing #[repr(C)] transmutes from IO data." license = "MIT" [dependencies]