finchers
finchers is a combinator library for building HTTP services, based on Hyper and Futures.
The concept and the design of this library is highly inspired by finch, combine and futures.
Features
- ease of use
- asynchronous handling based on Futures and Hyper 0.11
- type-safe routing
Example
extern crate finchers;
use Endpoint;
use get;
use ;
use Json;
More examples are in examples/.
Status
Under development
License
MIT/Apache 2.0