| Crates.io | rocket-sessions |
| lib.rs | rocket-sessions |
| version | 0.0.1 |
| created_at | 2022-03-23 13:33:46.510886+00 |
| updated_at | 2022-03-23 13:33:46.510886+00 |
| description | trait for managing sessions on a rocket application. |
| homepage | |
| repository | https://github.com/tvallotton/rocket-sessions |
| max_upload_size | |
| id | 555237 |
| size | 26,960 |
Rocket sessions provides a trait for storing client tokens on the server for future validation.
The trait is implemented for redis::aio::Client, and for
an in-memory data structure under the feature in-memory.