bufjson 0.1.7

No frills, low-alloc, low-copy JSON lexer/parser for fast stream-oriented parsing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bufjson"
version = "0.1.7"
edition = "2024"
license = "MIT"
authors = ["Victor Schappert <victor.schappert@protonmail.com>"]
repository = "https://github.com/vcschapp/bufjson"
description = "No frills, low-alloc, low-copy JSON lexer/parser for fast stream-oriented parsing"
keywords = ["json", "parser", "low-allocation", "zero-copy", "performance"]
categories = ["parsing", "encoding", "network-programming", "web-programming"]

[dependencies]
bitvec = { version = "^1.0.1", default-features = false, features = ["alloc"] }

[dev-dependencies]
doc-comment = "^0.3.3"
rstest = "^0.26.1"