iddm / serde-aux

An auxiliary serde library providing helpful functions for serialisation and deserialisation for containers, struct fields and others.
MIT License
152 stars 26 forks source link

Add deserialize_option_number_from_string #10

Closed up9cloud closed 3 years ago

iddm commented 3 years ago

Thanks!

iddm commented 3 years ago

I've just published 2.0.0. Enjoy. Had to rise the major version since this is a breaking change, as rustc 1.31.1 couldn't be supported due to serde_qs while 1.36 is.