Registry / web-framework / async-session

async-session

JSON →
library3.0.0rscratesunverified

Async session support with pluggable middleware.

web-frameworkauth
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use async_session::Session;

Creates a new session and inserts data.

use async_session::Session; fn main() { let mut session = Session::new(); session.insert("user_id", 42).unwrap(); println!("Session ID: {}", session.id()); }
Debug
Known footguns
gotchaRequires an async runtime like tokio or async-std.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources