routerify 2.0.0

A lightweight, idiomatic, composable and modular router implementation with middleware support for the 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 --features="all"'
  check:dev:
    run:
      - command: cargo watch --watch ./src -x 'check --features="all"'
  doc:dev:
    run:
      - command: cargo doc --open --features="all"
      - command: cargo watch -x 'doc --features="all"'
  test:dev:
    run:
      - command: cargo watch -x 'test --features="all"'
  release:
    run:
      - command: releez "${version}"