async-session-r2d2

Crates.ioasync-session-r2d2
lib.rsasync-session-r2d2
version0.1.3
sourcesrc
created_at2021-12-01 23:04:42.334264
updated_at2022-08-01 20:35:55.126962
descriptionProvides session management using r2d2 for async-session.
homepagehttps://git.jacky.wtf/me/async-session-r2d2
repositoryhttps://git.jacky.wtf/me/async-session-r2d2.git
max_upload_size
id490477
size28,433
Jacky Alciné (jalcine)

documentation

README

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

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Commit count: 0

cargo fmt