Marwes / combine

A parser combinator library for Rust
https://docs.rs/combine/*/combine/
MIT License
1.29k stars 92 forks source link

implement support for SourcePosition to work on u8 streams #270

Closed wrl closed 4 years ago

wrl commented 4 years ago

ReadStream needs an additional generic parameter for Position.

wrl commented 4 years ago

Going to restructure these branches.