mount 0.4.0

Mounting middleware for Iron.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "mount"
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
version = "0.4.0"
description = "Mounting middleware for Iron."
repository = "https://github.com/iron/mount"
documentation = "http://ironframework.io/doc/mount/index.html"
license = "MIT"
keywords = ["iron", "web", "handler", "routing"]

[dependencies]
iron = "0.6"
sequence_trie = "0.3"