Crate tower_sesh_core

Source
Expand description

Core of tower-sesh.

§Warning

The API of this crate is not meant for general use and does not follow Semantic Versioning. If you are building a custom session store, you should pin an exact version of tower-sesh-core to avoid breakages:

tower-sesh-core = { version = "=X.Y.Z" }

And then keep releases in sync with tower-sesh-core.

Modules§

key
SessionKey and related items.
store
The SessionStore trait and related items.

Structs§

Record
A struct containing a session’s data and expiration time.
SessionKey
A 128-bit session identifier.

Traits§

SessionStore
Backing storage for session data.