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 hex | ||
Encode and decode base64 |
TODO
CSV Processing
TODO
Structured Data
Recipe | Crates | Categories |
---|---|---|
Serialize and deserialize unstructured JSON | ||
Deserialize a TOML configuration file | ||
Read and write integers in little-endian byte order |
TODO
Serde
Recipe | Crates | Categories |
---|---|---|
JSON | ||
serde-json | ||
monostate | ||
serde-ignored |
TODO