img_hash
img_hash copied to clipboard
ImageHash should be serializable
Since it is fairly costly to calculate a hash, it makes sense to serialize an deserialize the ImageHash struct. To do this, the struct should derive Serialize and Deserialize from the serde crate.