Async session support with pluggable middleware.
# Cargo.toml
[dependencies]
async-session = "3.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a new session and inserts data.
Add `tokio` or `async-std` as a dependency and use `#[tokio::main]` or `#[async_std::main]`.
No dependency data recorded yet.