Skip to main content

Module payload

Module payload 

Source
Expand description

Serde has no Arc<[u8]> without its rc feature, and reading is deliberately wider than writing: a binary format hands over a byte string, a text format hands over the spelling its variant writes, and either may also arrive as the array of numbers written by builds before this was format-aware.

Macros§

payload_visitor 🔒

Structs§

Base64
The text is base64 over the bytes.
Verbatim
The text is the bytes.