Releases: smol-rs/async-compat
Releases · smol-rs/async-compat
v0.2.4
- Derive
Clone
for Compat
. (#27)
- Rather than spawning our own
tokio
runtime all of the time, reuse an
existing runtime if possible. (#30)
v0.2.3
- Enter the
tokio
context while dropping wrapped tokio
types. (#22)
v0.2.2
- Add
smol-rs
logo to the docs. (#19)