bufjson 0.5.3

No frills, low-alloc, low-copy JSON lexer/parser for fast stream-oriented parsing
Documentation
1
2
3
4
5
6
7
use crate::pointer::Group;

#[derive(Debug)]
struct Machine {
    group: Group,
    node_index: usize,
}