A small and fast async runtime for Rust.
# Cargo.toml
[dependencies]
smol = "2.0.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Runs an async function synchronously using smol's block_on.
Use `smol::spawn` with `smol::block_on` or configure a multi-threaded executor.
No dependency data recorded yet.
No traffic data recorded yet.