dtolnay / request-for-implementation

Crates that don't exist, but should

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Miniserde utilities library, like adapters for Display and FromStr

dtolnay opened this issue · comments

Originally requested in dtolnay/miniserde#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.