iron-sessionstorage 0.1.0

Basic session middleware for Iron.
Documentation
# iron-sessionstorage [![Build Status]https://travis-ci.org/untitaker/iron-sessionstorage.svg?branch=master]https://travis-ci.org/untitaker/iron-sessionstorage

- [Documentation]https://docs.rs/iron-sessionstorage
- [Repository]https://github.com/untitaker/iron-sessionstorage
- [Crates.io]https://crates.io/crate/iron-sessionstorage

Flask-inspired session middleware with multiple possible backends.

Like in Flask, a signed cookie backend is implemented by default. The
implementation is very similar to [oven](https://github.com/flosse/oven), with
the exception that you could write a new session backend that uses serverside
session storage instead of signed cookies.

See examples for usage.

## License

Licensed under the MIT, see `LICENSE`.