Go to file
Geoffroy Couprie 88b478e85f Merge pull request #1 from Freyskeyd/master
Add getter for position
2017-05-08 12:04:49 +02:00
src feat(Position): add getter for position 2017-05-05 10:47:27 +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 add a license 2017-05-04 21:34:16 +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.