routerify 1.0.0

A lightweight and modular router implementation with middleware support for the existing Rust HTTP library hyper.rs.
Documentation
options:
  version:
    usage: The next release version
    short: v
    required: true
tasks:
  setup:
    run:
      - command: cargo install cargo-watch
      - command: cargo install releez
  dev:
    run:
      - command: cargo watch --watch ./src --watch ./examples/test.rs -x 'run --example test'
  doc:
    run:
      - command: cargo watch -x "doc --open"
  release:
    run:
      - command: releez "${version}"