bincode_macro 0.1.1

Add macros to bincode to make it easier to use
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"

[lib]
proc-macro = true

[package]
authors = ["Felicity Yin <yinjingping2022@gmail.com>"]
description = "Add macros to bincode to make it easier to use"
edition = "2021"
license = "MIT"
name = "bincode_macro"
readme = "README.md"
repository = "https://github.com/felicityin/bincode-macro"
version = "0.1.1"