core-json 0.2.2

A non-allocating JSON deserializer
Documentation
[package]
name = "core-json"
version = "0.2.2"
description = "A non-allocating JSON deserializer"
license = "MIT"
repository = "https://github.com/core-json/core-json/tree/main/core"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
keywords = ["core", "no-std", "json"]
edition = "2021"
rust-version = "1.82"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[lints]
workspace = true

[features]
alloc = []