msgpack-schema-impl 0.3.0

Implementation detail of the msgpack-schema crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "msgpack-schema-impl"
version = "0.3.0"
authors = ["Yuichi Nishiwaki <yuichi.nishiwaki@icloud.com>"]
edition = "2018"
description = "Implementation detail of the msgpack-schema crate"
license = "MIT"
repository = "https://github.com/Idein/msgpack-schema"

[lib]
proc-macro = true

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