Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information