rusty_rtos_json 0.1.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.1.0"

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

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