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 const generic numeric compact deserialization helpers #37

Closed alekspickle closed 8 months ago

iddm commented 11 months ago

Thank you for your contribution!

I have a few questions, though:

  1. Will you please provide implementations for all the other primitive types (if possible)?
  2. Will you please address the clippy lints and test issues?
alekspickle commented 11 months ago

Clippy no problem, as for types - I added const generics available as of now in stable: meaning String and f32/f64 is not implemented yet

iddm commented 8 months ago

Hi again, and thank you for the contribution! Sorry, I forgot to re-review it again after we last spoke.