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.