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

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

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.