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
The `zeroize_derive` crate has quite a few dependencies, and in
particular `syn` is a fairly large one with not-insignificant compile
times.
Together with dignifiedquire/num-bigint#35, this will remove the
following dependencies from the dependency tree:
- `proc-macro2`
- `quote`
- `syn`
- `synstructure`
- `zeroize_derive`
0 commit comments