tower/tower-util
Carl Lerche 295ae583d4
Remove ReadyService (#68)
The value added by having a separate trait is not obvious. Equivalent
behavior can be provided by a `Service` implementation that is always
"ready".
2018-04-25 14:32:13 -07:00
..
2018-04-25 14:32:13 -07:00
2018-04-25 14:32:13 -07:00
2017-11-16 09:44:44 -08:00

Tower Util

Additional, generally useful, utilities for working with Tower. Contents from this crate may eventually be moved into tower proper. They are kept here until they prove their utility.