An open API service indexing awesome lists of open source software.

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

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.