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
Gitlab was migrated to a new server. Everything should be back to normal and no visible change should remain. If you see anything wrong, please report them to https://forum.duniter.org/t/interventions-et-indisponibilite-des-forums-et-de-gitlab/7131/271
@librelois Needed for satisfying Unaligned
requirement on DB values. (as BTreeMap
does not garantee alignment, some zerocopy from_bytes can fail randomly)