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 `hex-conservative` crate does not truncate hashes when printed with
the `fmt` precision format parameter, this is as expected since a hash
is a 32 byte integer (I think) and for integral types precision is
ignorded.
Add a private struct to handle truncating, and truncate the hash to an 8
byte identifier.
0 commit comments