Marwes / combine

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

Remove dependency on futures-util #322

Closed paolobarbolini closed 3 years ago

paolobarbolini commented 3 years ago

futures-util can be fairly slow to compile and this crate doesn't really need it at all.

Prior discussion: https://github.com/hyperium/h2/issues/507

Marwes commented 3 years ago

Thanks!

paolobarbolini commented 3 years ago

Could you please make a new crates.io release?

Marwes commented 3 years ago

Done