You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor!: Introduce a Cargo feature for optional Hyper 0 support
Closes#294. Requires breaking changes, but only regarding the `hyper1`
feature's enabled module path; the default v0 is still preserved. What
is proposed here in order to achieve the objective is to have both
modules be re-exported when the other feature is not enabled, and have
them be made public when both features are enabled at the same time.
This way, the features should be kept additive: all four combinations
are supported. It enables dependency de-duplication when consuming it.
Signed-off-by: Paul Mabileau <[email protected]>
0 commit comments