mirror of
https://github.com/tower-rs/tower.git
synced 2025-09-29 22:11:03 +00:00

The value added by having a separate trait is not obvious. Equivalent behavior can be provided by a `Service` implementation that is always "ready".
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.