dignifiedquire / async-tar

A tar archive reading/writing library for async Rust.
Apache License 2.0
68 stars 52 forks source link

Switch to smaller runtime #8

Closed oblique closed 3 years ago

oblique commented 4 years ago

I'm thinking to open a PR that will migrate from async-std to async-fs/futures-io. I believe this will make async-tar more attractive to people that do not use async-std.

If I do this, are you willing to accept it?

silverjam commented 4 years ago

I would be in favor of this, we have a tokio based application (using warp) -- so not having to bring in async-std would be a good thing.

danieleades commented 3 years ago

agree with the above. I think possibly disabling the runtime in async-std might be an ok halfway-house too (default-features = false)