We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ce5d3 commit 0c1cc63Copy full SHA for 0c1cc63
README.md
@@ -41,17 +41,17 @@
41
</h3>
42
</div>
43
44
-## Installation
45
-```sh
46
-$ cargo add async-session
47
-```
48
-
49
-## Available implementations
+## Available session stores
50
51
* [async-sqlx-session](https://crates.io/crates/async-sqlx-session) postgres & sqlite
52
* [async-redis-session](https://crates.io/crates/async-redis-session)
53
* [async-mongodb-session](https://crates.io/crates/async-mongodb-session)
54
+## Framework implementations
+
+* [tide::sessions](https://docs.rs/tide/latest/tide/sessions/index.html)
+* [warp-sessions](https://docs.rs/warp-sessions/latest/warp_sessions/)
55
## Safety
56
This crate uses ``#![deny(unsafe_code)]`` to ensure everything is implemented in
57
100% Safe Rust.
0 commit comments