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
636 stars 67 forks source link

Add test that serde_conv will not trigger `clippy::ptr_arg` #731

Closed jonasbb closed 4 months ago

jonasbb commented 4 months ago

Relates to #320 #729