Module zero_copy

Source
Expand description

Zero-copy lazy JSON parser with lifetime management

This parser minimizes memory allocations by working directly with input slices, providing lazy evaluation and zero-copy string extraction where possible.

Structs§

IncrementalParser
Incremental parser for streaming scenarios
MemoryUsage
Memory usage statistics for lazy values
ZeroCopyParser
Zero-copy JSON parser implementation

Enums§

LazyJsonValue
Zero-copy JSON value that references original buffer when possible

Traits§

LazyParser
Zero-copy lazy parser trait with lifetime management