- Fix a bug where the
tokioruntime would disappear. (#38)
- Derive
CloneforCompat. (#27) - Rather than spawning our own
tokioruntime all of the time, reuse an existing runtime if possible. (#30)
- Enter the
tokiocontext while dropping wrappedtokiotypes. (#22)
- Add
smol-rslogo to the docs. (#19)
- Fix a bug in
AsyncSeekimplementation.
- Update tokio to v1.
- Add tokio v0.3 support.
- Add
Compat::get_ref(). - Add
Compat::get_mut().
- More elaborate docs.
- More docs.
- More docs.
- Initial version