| Crates.io | async-redis-session |
| lib.rs | async-redis-session |
| version | 0.2.2 |
| created_at | 2020-07-26 20:18:55.469089+00 |
| updated_at | 2021-06-02 19:25:29.462873+00 |
| description | redis session store for async-session |
| homepage | |
| repository | https://github.com/jbr/async-redis-session |
| max_upload_size | |
| id | 269856 |
| size | 24,436 |
$ cargo add async-redis-session
This crate uses #![deny(unsafe_code)] to ensure everything is implemented in
100% Safe Rust.