byte_eater 0.1.1

Macros for (de)serializing binary protocols
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "byte_eater"
version = "0.1.1"
edition = "2018"
description = "Macros for (de)serializing binary protocols"
license = "GPL-3.0-or-later"

[dependencies]
syn = "1.0"
quote = "1.0"
darling = "0.13"
proc-macro2 = "1.0"

[lib]
name = "byte_eater"
proc-macro = true