serde_with_macros v1.4.2
Fixed
- Describe how the
serde_as
macro works on a high level. - The derive macros
SerializeDisplay
andDeserializeFromStr
were relying on the prelude where they were used.
Properly name all types and traits required for the expanded code to work.
The tests were improved to be better able to catch such problems.