ndata 0.3.8

Thread-safe, self-owned JSON-like data with manual garbage collection.
Documentation
[dependencies.serde_json]
optional = true
version = "^1.0"

[features]
serde_support = ["serde_json"]

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

[package]
description = "Thread-safe, self-owned JSON-like data with manual garbage collection."
documentation = "https://docs.rs/ndata/latest/ndata/"
edition = "2021"
homepage = "https://github.com/mraiser/ndata"
license = "MIT"
name = "ndata"
readme = "README.md"
repository = "https://github.com/mraiser/ndata"
version = "0.3.8"