abonander/img_hash

ImageHash should be serializable

Futsch1 opened this issue · 0 comments

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.