chia_streamable_macro 0.2.2

Streamable derive macro for serializing/deserializing types in Chia protocol format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "1.0.15"

[dependencies.syn]
version = "1.0.86"

[lib]
proc-macro = true

[package]
authors = ["Arvid Norberg <arvid@libtorrent.org>"]
description = "Streamable derive macro for serializing/deserializing types in Chia protocol format"
edition = "2021"
homepage = "https://github.com/Chia-Network/chia_rs/"
license = "Apache-2.0"
name = "chia_streamable_macro"
repository = "https://github.com/Chia-Network/chia_rs/"
version = "0.2.2"