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§
Structs§
- Record
- A struct containing a session’s data and expiration time.
- Session
Key - A 128-bit session identifier.
Traits§
- Session
Store - Backing storage for session data.