alexcrichton / xz2-rs

Bindings to liblzma in Rust (xz streams in Rust)
Apache License 2.0
81 stars 52 forks source link

Remove tokio support #109

Open jmagnuson opened 1 year ago

jmagnuson commented 1 year ago

Similar to https://github.com/rust-lang/flate2-rs/pull/292, this removes outdated tokio 0.1 support, recognizing that other crates such as async-compression can wrap xz2 to add async support.