I'm looking for something like: ``` info!(bytes = %bytes.fmt_encode(&BASE64), "Some bytes"); ``` That would allow allocation-free formatting in-line. It would simply wrap `bytes` into a `struct` that `impl fmt::Display` and uses `encode_write`.