billyrieger / bimap-rs

Generic bijective maps in Rust
Apache License 2.0
129 stars 26 forks source link

serde is not implemented for non-default hashers #27

Closed drahnr closed 3 years ago

drahnr commented 3 years ago

Just attempted to use the fnv hasher with the serde feature, but the serde impl is only done for the default hasher.

I assume this is rather accidental and not intentional, probably an oversight in #10