[package] name = "from_bytes" version = "0.2.2" authors = ["Jan Starke "] edition = "2018" repository = "https://github.com/janstarke/from_bytes" description = "create from_bytes() and packed_size() to read binary data into structs" license = "GPL-3.0" [features] u8_arrays = [] u16_arrays = [] u32_arrays = [] u64_arrays = [] i8_arrays = [] i16_arrays = [] i32_arrays = [] i64_arrays = [] [dependencies] duplicate = "0.2" from_bytes_derive = "0.2.2"