Skip to content

impl Unaligned for Hash

Pascal Engélibert requested to merge tuxmain/dubp-rs-libs:hash-unaligned into master

@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

Merge request reports