persistent 0.0.6

A set of middleware for sharing global data in Iron.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "persistent"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
version = "0.0.6"
description = "A set of middleware for sharing global data in Iron."
repository = "https://github.com/iron/persistent"
documentation = "http://ironframework.io/doc/persistent/index.html"
license = "MIT"

[dependencies]
iron = "*"
plugin = "*"