m4rw3r / chomp

A fast monadic-style parser combinator designed to work on stable Rust.
Apache License 2.0
243 stars 19 forks source link

Improving the `buffer` module #57

Open m4rw3r opened 7 years ago

m4rw3r commented 7 years ago

Rename module to stream, since it provides tools to deal with streaming data, not just buffering.

Renames