winnow-rs / winnow

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

tag combinator support char type #408

Closed baoyachi closed 8 months ago

baoyachi commented 9 months ago

char convert to &[u8] ref: https://doc.rust-lang.org/stable/src/alloc/string.rs.html#2629-2634

fix #407

epage commented 8 months ago

Weird, no idea why that closed it.

epage commented 8 months ago

Recreated it in #417