finchers 0.13.5

A combinator library for builidng asynchronous HTTP services
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod and;
mod and_then;
mod apply;
mod boxed;
mod macros;
mod map;
mod or;
mod or_strict;
mod recover;
mod syntax;
mod wrap;

// blocked on rust-lang/rust#54895
//mod impl_endpoint;