saysion 0.1.2

Async session support with pluggable stores
Documentation
<h1 align="center">saysion</h1>
<div align="center">
  <strong>
    Session support with pluggable middleware
  </strong>
</div>

<br />

<div align="center">
  <h3>
    <a href="https://docs.rs/saysion">
      API Docs
    </a>
    <span> | </span>
    <a href="https://github.com/salvo-rs/saysion/releases">
      Releases
    </a>
    <span> | </span>
    <a href="https://github.com/salvo-rs/saysion/blob/main/.github/CONTRIBUTING.md">
      Contributing
    </a>
  </h3>
</div>


*Fork from: https://github.com/http-rs/async-session*

## 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][contributing] and take a
look at some of these issues:

## Acknowledgements

This work is based on the work initiated by
[@chrisdickinson](https://github.com/chrisdickinson) in
[tide#266](https://github.com/http-rs/tide/pull/266).

## License

<sup>
Licensed under either of <a href="LICENSE-APACHE">Apache License, Version
2.0</a> or <a href="LICENSE-MIT">MIT license</a> at your option.
</sup>

<br/>

<sub>
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.
</sub>