jonasbb / serde_with

This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`-annotation.
https://docs.rs/serde_with
Apache License 2.0
667 stars 72 forks source link

Add support for hashbrown v0.15 #790

Closed jonasbb closed 1 month ago

jonasbb commented 1 month ago

Hashbrown support for v0.14 is already included and this just extends the code to cover the new crate version.

Closes #787