- Derive
Clone
forCompat
. (#27) - Rather than spawning our own
tokio
runtime all of the time, reuse an existing runtime if possible. (#30)
- Enter the
tokio
context while dropping wrappedtokio
types. (#22)
- Add
smol-rs
logo to the docs. (#19)
- Fix a bug in
AsyncSeek
implementation.
- 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