const_json 0.1.0

Provides a way to embed and access const JSON in Rust code
Documentation
[dependencies]

[[example]]
name = "basic"
path = "examples/basic.rs"

[lib]
name = "const_json"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides a way to embed and access const JSON in Rust code"
edition = "2024"
license = "MIT"
name = "const_json"
readme = "README.md"
repository = "https://github.com/mysteriouslyseeing/const_json"
version = "0.1.0"