linkerd2-proxy/lib/router
Oliver Gould 00b4009525
Allow routers to be implemented with a closure (#126)
The router's `Recognize` trait is now essentially a function.

This change provides an implementation of `Recognize` over a `Fn` so
that it's possible to implement routers without defining 0-point marker
types that implement `Recognize`.
2018-11-13 09:57:08 -08:00
..
src Allow routers to be implemented with a closure (#126) 2018-11-13 09:57:08 -08:00
Cargo.toml refactor: Structure the proxy in terms of `Stack` (#100) 2018-10-11 11:25:03 -07:00