Session management layer for axum that supports HTTP and REST, providing session storage and retrieval.
# Cargo.toml
[dependencies]
axum_session = "0.19.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a session store and attach the session layer to an axum router.
Wrap main with #[tokio::main] or use an async runtime.
No dependency data recorded yet.