# smol
*A small and fast async runtime.*
- [GitHub](https://github.com/smol-rs/smol)
### Description
This crate simply re-exports other smaller async crates (see the source).
To use tokio-based libraries with smol, apply the [`async-compat`](https://docs.rs/async-compat) adapter to futures and I/O types