async-session-r2d2 0.1.3

Provides session management using r2d2 for async-session.
Documentation

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:

[dependencies.async-session-r2d2]
version = "0.1"
features = ["with-rusqlite"]

License