# SEANCE
A session library written in Rust
[](https://github.com/rossnomann/seance/actions/)
[](https://crates.io/crates/seance)
[](https://crates.io/crates/seance)
[](https://docs.rs/seance)
[](https://github.com/rossnomann/seance/tree/master/LICENSE)
# Installation
```toml
[dependencies]
seance = "0.5"
```
# Example
See [tests](https://github.com/rossnomann/seance/tree/master/tests) directory.
# Changelog
## 0.5.0 (06.01.2020)
- Tokio 1.0 support.
- Use redis-rs for redis-backend instead of darkredis.
- Renamed RedisError to RedisBackendError.
- Renamed FilesystemError to FilesystemBackendError.
## 0.4.0 (09.03.2020)
- Added darkredis 0.7 support.
## 0.3.0 (23.02.2020)
- Added darkredis 0.6 support.
## 0.2.0 (04.01.2020)
- Send and Sync for SessionError.
## 0.1.0 (04.01.2020)
- First release.
# LICENSE
The MIT License (MIT)