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
Please correct me if my assumption is wrong. The rand crate is used for RandomXxHashBuilder64 and friends but is probably not required when using the std builder.
The below code also pulls in rand as a dependency. It would be nice to have something like the features = ["xxhash64"] option to avoid pulling rand.
Please correct me if my assumption is wrong. The
rand
crate is used forRandomXxHashBuilder64
and friends but is probably not required when using the std builder.The below code also pulls in
rand
as a dependency. It would be nice to have something like thefeatures = ["xxhash64"]
option to avoid pullingrand
.The text was updated successfully, but these errors were encountered: