impl Unaligned for Hash
@librelois Needed for satisfying Unaligned requirement on DB values. (as BTreeMap does not garantee alignment, some zerocopy from_bytes can fail randomly)
Edited by Pascal Engélibert
@librelois Needed for satisfying Unaligned requirement on DB values. (as BTreeMap does not garantee alignment, some zerocopy from_bytes can fail randomly)