rusty_rtos_json 0.2.0

coreJSON remade in Rust: the strict ECMA-404 validator and the query-by-path search, both diffed against the C -- 318/318 JSONTestSuite files and 2,124 queries. Zero allocation, no_std, forbid(unsafe), with a no-panic gate over both.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "rusty_rtos_core"
version = "0.2.0"

[[package]]
name = "rusty_rtos_json"
version = "0.2.0"
dependencies = [
 "rusty_rtos_json-core",
]

[[package]]
name = "rusty_rtos_json-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55d212ea865925d1a8546cbd27ebf05126947bc117545e2ca40612567c14889d"
dependencies = [
 "rusty_rtos_core",
]