finchers 0.10.0

A combinator library for builidng asynchronous HTTP services
docs.rs failed to build finchers-0.10.0
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

Build Status crates.io docs-rs

finchers is a combinator library for building HTTP services, based on hyper and futures.

The concept and design of this library is highly inspired by finch and combine.

Features

  • type-safe routing
  • asynchronous handling based on Futures and Hyper 0.11
  • focuses on stable channel

Documentation

License

Dual licensed under the MIT and Apache 2.0.