winnow-rs / winnow

Making parsing a breeze
https://docs.rs/winnow
Other
572 stars 44 forks source link

Checkpoint should have PhantomData of the stream #444

Closed epage closed 9 months ago

epage commented 9 months ago

Adding PhantomData would reduce the chance of using the wrong checkpoint with the wrong level of abstraction, more than "add more wrappers" does.