bufjson 0.1.0

No frills, low-alloc, low-copy JSON lexer and syntax parser for fast stream parsing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bufjson"
version = "0.1.0"
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 and syntax parser for fast stream 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"] }