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
Tower recently migrated to pin-project-lite (tower-rs/tower#595) so it makes sense to do the same for tower-http. It should be a fairly mechanical operation. Off the top of my head tower-http isn't using any of pin-projects more advanced features.
The text was updated successfully, but these errors were encountered:
davidpdrsn
added
C-enhancement
Category: A PR with an enhancement or a proposed on in an issue.
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
labels
Aug 5, 2021
davidpdrsn
changed the title
Migration to pin-project-lite
Migrate to pin-project-lite
Aug 5, 2021
Migrating compression::Body and dexompression::Body would be difficult because their inner enums have #[cfg(...)] attributes on its variants, which pin-project-lite does not support yet (taiki-e/pin-project-lite#3). There is a workaround (taiki-e/pin-project-lite#3 (comment)) like the one I originally used in #41, though it would introduce a huge macro.
davidpdrsn
removed
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-help-wanted
Call for participation: Help is requested to fix this issue.
labels
Sep 18, 2021
Tower recently migrated to pin-project-lite (tower-rs/tower#595) so it makes sense to do the same for tower-http. It should be a fairly mechanical operation. Off the top of my head tower-http isn't using any of pin-projects more advanced features.
The text was updated successfully, but these errors were encountered: