-
Notifications
You must be signed in to change notification settings - Fork 105
Checking the crate #605
Copy link
Copy link
Closed
Description
I was checking the crate
-
it looks like we can get rid of
generic-array- checked withcargo shear -
Features combinations
I was testing multiples features with
cargo hack test --feature-powerset --all-targets # or better with cargo hack test --feature-powerset --all-targets --exclude-features _bzip2_any,_arbitrary,_deflate-any,_all-features
And it seems that
cargo test --all-targets --no-default-featuresIs failing (for the benchmarks) because i think we need to:
- the
stdfeature forgetrandomdevpendencies.
or - change the errors of
getrandomsince without std it doesn't implementstd::io::Error
- the
-
Private features
This command is failing
cargo test --all-targets --no-default-features --features _bzip2_anythis is normal since it's "private" but maybe we should remove the "private" featureS no ?
-
_all-featuresfeature seems useless
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels