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
{{ message }}
This repository was archived by the owner on May 29, 2025. It is now read-only.
Inevitably, you'll come across a crate which requires minor patches to be
compatible with another platform. Currently there are two options to deal with
this situation:
Send patches adding platform support upstream
Require downstream users of your create to use your fork
This issue proposes finding a middle ground between these options in case
upstream is not cooperating.