byte_struct_derive 0.9.0

Derive macro for byte_struct
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "byte_struct_derive"

version = "0.9.0"

authors = ["Weiyi Wang <wwylele@gmail.com>"]

edition = "2021"

license = "MIT OR Apache-2.0"

description = "Derive macro for byte_struct"

repository = "https://github.com/wwylele/byte-struct-rs"

readme = "../README.md"



[lib]

proc-macro = true



[dependencies]

syn = "2.0"

quote = "1.0"

proc-macro2 = "1.0"