https://github.com/fasterthanlime/oval
A stream abstraction designed for use with nom
https://github.com/fasterthanlime/oval
Last synced: 10 months ago
JSON representation
A stream abstraction designed for use with nom
- Host: GitHub
- URL: https://github.com/fasterthanlime/oval
- Owner: fasterthanlime
- License: mit
- Created: 2024-01-27T17:55:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T06:48:45.000Z (over 2 years ago)
- Last Synced: 2025-04-01T03:11:10.245Z (about 1 year ago)
- Language: Rust
- Size: 28.3 KB
- Stars: 16
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# oval
(oval is a fork of [circular](https://github.com/sozu-proxy/circular) with a
couple more PRs merged in).
oval is a stream abstraction designed for use with nom. It can expose the
available data, a mutable slice of the available space, and it separates reading
data from actually consuming it from the buffer.