Registry / web-framework / tower-sessions-core

tower-sessions-core

JSON →
library0.15.0rscratesunverified

Core types and traits for tower-sessions, providing session management for Tower-based web applications.

# Cargo.toml [dependencies] tower-sessions-core = "0.15.0"
INSTALL
IMPORT
SIG · TOWER-SESSIONS-COR
T
tower-sessions-core
web-frameworkrustv0.15.0
harness data pending
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.

Session
use tower_sessions_core::Session;

Creates a new session using tower-sessions-core.

use tower_sessions_core::Session; fn main() { let session = Session::new(); println!("Session created: {:?}", session.id()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.15.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
32
Resources
tower-sessions-core — cargo add tower-sessions-core · libregistry