Skip to content

tower-async-bridge 0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jul 21:43
· 61 commits to master since this release

This is the initial realse of tower-async-bridge, and is meant to bridge services and/or layers
from the https://github.com/tower-rs/tower ecosystem with those from the tower-async ecosystem
(meaning written using technology of this repository).

The bridging can go in both directions, but does require the into_async feature to be enabled
in case you want to bridge classic (https://github.com/tower-rs/tower) services and/or layers
into their async (static fn) trait counterparts.