rocket-sessions

Crates.iorocket-sessions
lib.rsrocket-sessions
version0.0.1
sourcesrc
created_at2022-03-23 13:33:46.510886
updated_at2022-03-23 13:33:46.510886
descriptiontrait for managing sessions on a rocket application.
homepage
repositoryhttps://github.com/tvallotton/rocket-sessions
max_upload_size
id555237
size26,960
(tvallotton)

documentation

README

Rocket Sessions

Rocket sessions provides a trait for storing client tokens on the server for future validation.

Implementors

The trait is implemented for redis::aio::Client, and for an in-memory data structure under the feature in-memory.

Commit count: 4

cargo fmt