dtolnay / request-for-implementation

Crates that don't exist, but should
610 stars 6 forks source link

Miniserde utilities library, like adapters for Display and FromStr #11

Open dtolnay opened 5 years ago

dtolnay commented 5 years ago

Originally requested in https://github.com/dtolnay/miniserde/issues/3 but Miniserde is taking a minimal approach that does not leave room for shipping helpers like that in-crate.

The Display and FromStr adapters in that thread are a good start but also take a skim through serde_aux and serde_with to see whether anything in those Serde helper libraries can translate over nicely to a Miniserde helper library.