from_bytes 0.2.1

create from_bytes() and packed_size() to read binary data into structs
Documentation
[package]
name = "from_bytes"
version = "0.2.1"
authors = ["Jan Starke <Jan.Starke@t-systems.com>"]
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 = {version="=0.2.1", path="../from_bytes_derive"}