seance 0.5.0

A session library
Documentation
# SEANCE

A session library written in Rust

[![CI](https://img.shields.io/github/workflow/status/rossnomann/seance/CI?style=flat-square)](https://github.com/rossnomann/seance/actions/)
[![Version](https://img.shields.io/crates/v/seance.svg?style=flat-square)](https://crates.io/crates/seance)
[![Downloads](https://img.shields.io/crates/d/seance.svg?style=flat-square)](https://crates.io/crates/seance)
[![Documentation](https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat-square)](https://docs.rs/seance)
[![License](https://img.shields.io/crates/l/seance.svg?style=flat-square)](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)