winnow-rs / winnow

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

tag combinator support char type #408

Closed baoyachi closed 10 months ago

baoyachi commented 10 months ago

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

fix #407

epage commented 10 months ago

Weird, no idea why that closed it.

epage commented 10 months ago

Recreated it in #417