Skip to content

Commit 0c1cc63

Browse files
committed
document framework implementations as well
1 parent c0ce5d3 commit 0c1cc63

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
</h3>
4242
</div>
4343

44-
## Installation
45-
```sh
46-
$ cargo add async-session
47-
```
48-
49-
## Available implementations
44+
## Available session stores
5045

5146
* [async-sqlx-session](https://crates.io/crates/async-sqlx-session) postgres & sqlite
5247
* [async-redis-session](https://crates.io/crates/async-redis-session)
5348
* [async-mongodb-session](https://crates.io/crates/async-mongodb-session)
5449

50+
## Framework implementations
51+
52+
* [tide::sessions](https://docs.rs/tide/latest/tide/sessions/index.html)
53+
* [warp-sessions](https://docs.rs/warp-sessions/latest/warp_sessions/)
54+
5555
## Safety
5656
This crate uses ``#![deny(unsafe_code)]`` to ensure everything is implemented in
5757
100% Safe Rust.

0 commit comments

Comments
 (0)