nextjson 0.1.3

A dependency-free, no_std JSON and CBOR library with a schema-driven, visitor-free design.
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 = 3

[[package]]
name = "nextjson"
version = "0.1.3"
dependencies = [
 "nextjson-derive",
]

[[package]]
name = "nextjson-derive"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68dc9385489f5d9495ddc5824e55327c8f2825f6f20af91e0aee3e48b2e1c4"