from_bytes 0.1.1

create from_bytes() and packed_size() to read binary data into structs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "from_bytes"
version = "0.1.1"
authors = ["Jan Starke <Jan.Starke@t-systems.com>"]
edition = "2018"
repository = "https://github.com/janstarke/libpefile"
description = "create from_bytes() and packed_size() to read binary data into structs"
license = "GPL-3.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
duplicate = "0.2.9"