byte_struct_derive 0.1.0

Derive macro for byte_struct
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "byte_struct_derive"
version = "0.1.0"
authors = ["Weiyi Wang <wwylele@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Derive macro for byte_struct"
repository = "https://github.com/wwylele/byte-struct-rs"

[lib]
proc-macro = true

[dependencies]
syn = "0.14.4"
quote = "0.6.3"
proc-macro2 = "0.4"