nojson 0.3.14

A flexible Rust JSON library with no dependencies, no macros, no unsafe and optional no_std support
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 = "nojson"
version = "0.3.14"
dependencies = [
 "noprop",
]

[[package]]
name = "noprop"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73026775e276cb339c67cdf71b2a8c067991fbe1cfbf25e17c7420afe6f829f7"