reliakit-derive 0.1.1

Derive macros for reliakit traits, implemented with only the standard library proc-macro API and no third-party dependencies.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "reliakit-codec"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291a5c38c26f59de233dc2820623e55c63f052a2c9ea8a23c93cacac7be6dd7f"

[[package]]
name = "reliakit-derive"
version = "0.1.1"
dependencies = [
 "reliakit-codec",
]