Go to file
Geoffroy Couprie 3f4a7b6c86 bump version to 0.2 2017-05-08 12:06:06 +02:00
src add documentation 2017-05-08 12:05:34 +02:00
.gitignore initial commit 2017-05-04 21:31:37 +02:00
.travis.yml initial commit 2017-05-04 21:31:37 +02:00
Cargo.toml bump version to 0.2 2017-05-08 12:06:06 +02:00
LICENSE add a license 2017-05-04 21:34:16 +02:00
README.md initial commit 2017-05-04 21:31:37 +02:00

README.md

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.