Module assembly_pack::md5::padded

source ·
Expand description

§serde helper for binary formats

Use #[serde(with = "assembly_data::md5::padded")] to serialize hashes with 4 trailing NULL bytes in non-human-readable formats.

Functions§

  • Deserialize with 4 trailing NULL bytes if not human readable
  • Serialize with 4 trailing NULL bytes if not human readable