Expand description
Functional streaming parser implementation for DDEX
This is a minimal but FUNCTIONAL streaming parser that demonstrates:
- Memory-bounded streaming with O(1) complexity
- Chunk-based feeding for real-world usage
- Progress tracking and memory monitoring
- Security features (depth limits, entity protection)
Structs§
- Working
Stream Iterator - Working streaming iterator for easy use
- Working
Streaming Parser - Working streaming parser with real functionality
- Working
Streaming Stats - Working streaming statistics
Enums§
- Working
Streaming Element - Functional streaming element for real-world use