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
We, in Firefox, are going to import zerocopy. We require having our sources vendored, and this crate is no exception. However this crate bundles a lot of tests in the package, which would be nice not to vendor.
Could you consider adding something like:
[package]
exclude = ["/tests"]
to the cargo metadata? Sorry if that was already considered.