Now that async/await is [stable][async_await], we can rewrite / extend the API using [async-std][async_std] to improve the performance of code using this ABXML reading library. [async_await]: https://blog.rust-lang.org/2019/11/07/Async-await-stable.html [async_std]: https://crates.io/crates/async-std
Now that async/await is stable, we can rewrite / extend the API using async-std to improve the performance of code using this ABXML reading library.