Expand description
Session support for Tsukuyomi.
Modules§
- backend
- The definition of session backends
Structs§
- Session
- An interface of session values.
Traits§
- Backend
- A trait representing the session backend.
- RawSession
- A trait that abstracts the management of session data during request handling.
Functions§
- session
- Create an
Extractor
which returns aSession
.