No description
- Rust 100%
| src | LinearStringWindowReader: fix reset_window_at for offset == 0 | |
| .gitignore | First unteasted commit | |
| Cargo.toml | Remove unused dependency | |
| README.md | Add documentation | |
Window Reader
A crate for buffered readers with a sliding window to access the underlying data. Aimed at parsers and other applications which require buffering, offering the reduced memory usage of streaming approach.
The crate provides data-structures that buffer an underlying reader while providing access to the buffered data via a movable window, automatically managing the buffer.