Encoding
Encoding and/or decoding data from one data format to another.
Character Sets
Recipe | Crates | Categories |
---|---|---|
Percent-encode a string | ||
Encode a string as application/x-www-form-urlencoded | ||
Encode and decode hexadecimal | ||
Encode and decode base64 |
CSV Processing
Structured Data
Recipe | Crates | Categories |
---|---|---|
Serialize and deserialize unstructured JSON | ||
Deserialize a TOML configuration file | ||
Read and write integers in little-endian byte order |
Serde
Recipe | Crates | Categories |
---|---|---|
Serialize JSON | ||
monostate | ||
serde-ignored |
[serde.incl: title (P1)](https://github.com/john-cd/rust_howto/issues/351)