Expand description
Serialize and deserialize any T that implements [core::str::FromStr]
and [core::fmt::Display] from or into string. Note this can be used for
all primitive data types.
Functionsยง
- deserialize
- Deserialize string into T
- serialize
- Serialize from T into string