Crates.io | circular |
lib.rs | circular |
version | 0.3.0 |
source | src |
created_at | 2017-05-04 19:35:40.635586 |
updated_at | 2019-06-28 12:54:59.179426 |
description | A stream abstraction designed for use with nom |
homepage | |
repository | https://github.com/sozu-proxy/circular |
max_upload_size | |
id | 13129 |
size | 15,086 |
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.