nextjson 0.1.2

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.2"
dependencies = [
 "nextjson-derive",
]

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