bufjson 0.1.1

No frills, low-alloc, low-copy JSON lexer and syntax parser for fast stream parsing
Documentation
[dependencies.bitvec]
default-features = false
features = ["alloc"]
version = "^1.0.1"

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

[package]
authors = ["Victor Schappert <victor.schappert@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "encoding", "network-programming", "web-programming"]
description = "No frills, low-alloc, low-copy JSON lexer and syntax parser for fast stream parsing"
edition = "2024"
keywords = ["json", "parser", "low-allocation", "zero-copy", "performance"]
license = "MIT"
name = "bufjson"
readme = false
repository = "https://github.com/vcschapp/bufjson"
version = "0.1.1"