finchers 0.12.1

A combinator library for builidng asynchronous HTTP services
docs.rs failed to build finchers-0.12.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: finchers-0.13.5

finchers

Crates.io Crates.io (Downloads) Docs.rs dependency status Gitter

finchers is a combinator library for building asynchronous HTTP services.

The concept and design was highly inspired by finch.

Features

  • Asynchronous handling powerd by futures and Tokio
  • Building an HTTP service by combining the primitive components
  • Type-safe routing without (unstable) procedural macros

Usage

Add this item to Cargo.toml in your project:

[dependencies]
finchers = "0.12"

Resources

Contributed Features

Status

Travis CI Appveyor Coveralls
Travis CI Appveyor Coveralls

License

This project is licensed under either of

at your option.