async-session

Crates.ioasync-session
lib.rsasync-session
version3.0.0
sourcesrc
created_at2020-02-06 13:15:31.386345
updated_at2021-06-01 01:36:38.048365
descriptionAsync session support with pluggable middleware
homepage
repositoryhttps://github.com/http-rs/async-session
max_upload_size
id205481
size56,995
Jacob Rothstein (jbr)

documentation

https://docs.rs/async-session

README

async-session

Async session support with pluggable middleware

Crates.io version Download docs.rs docs

API Docs | Releases | Contributing

Available session stores

Framework implementations

Safety

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

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

Acknowledgements

This work is based on the work initiated by @chrisdickinson in tide#266.

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: 51

cargo fmt