https://github.com/sozu-proxy/circular
stream abstraction designed for use with nom
https://github.com/sozu-proxy/circular
Last synced: 12 months ago
JSON representation
stream abstraction designed for use with nom
- Host: GitHub
- URL: https://github.com/sozu-proxy/circular
- Owner: sozu-proxy
- License: mit
- Created: 2017-05-04T19:35:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-25T20:57:27.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T18:45:43.803Z (about 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Circular
Circular 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.