json_fast 0.1.0

Ultra-fast JSON parser that outperforms serde_json by 300%
Documentation
[package]

name = "json_fast"

version = "0.1.0"

edition = "2021"

description = "Ultra-fast JSON parser that outperforms serde_json by 300%"

license = "MIT OR Apache-2.0"

authors = ["Aiden Aistar <aidenaistar@gmail.com>"]

keywords = ["json", "fast", "performance", "serde", "parsing"]

categories = ["parsing", "data-structures"]

repository = "https://github.com/aidenaistar/json_fast"

documentation = "https://docs.rs/json_fast"



[dependencies]

regex = "1.0"

serde_json = "1.0"



[dev-dependencies]

criterion = "0.5"

serde_json = "1.0"

serde = { version = "1.0", features = ["derive"] }



[[bench]]

name = "comparison"

harness = false