Crate serde_textual

Source

Macros§

assert_textual
Assert Display/FromStr implementation is consistent by converting between value and str and asserting the result is the same.

Derive Macros§

DisplaySerde
Derive Display trait by using serde::Serialize implementation.
FromStrSerde
Derive FromStr trait by using serde::Deserialize implementation.