Skip to content

Commit

Permalink
document framework implementations as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed May 29, 2021
1 parent c0ce5d3 commit 1d3e5b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
</h3>
</div>

## Installation
```sh
$ cargo add async-session
```

## Available implementations
## Available session stores

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

## Framework implementations

* [tide::sessions](https://docs.rs/tide/latest/tide/sessions/index.html)
* [warp-sessions](https://docs.rs/warp-sessions/1.0.14/warp_sessions/)

## Safety
This crate uses ``#![deny(unsafe_code)]`` to ensure everything is implemented in
100% Safe Rust.
Expand Down

0 comments on commit 1d3e5b3

Please sign in to comment.