async-session-r2d2
A session store for async-session backed by any of the underlying implementations supported by r2d2.
A lot of the logic here was insipred by the sqlx implementation in async-session-sqlx.
Contributions welcome to other implementations!
Installation
Add the following line to your Cargo.toml
:
[]
= "0.1"
= ["with-rusqlite"]