1 2 3 4 5 6
use format_bytes::format_bytes; fn main() { format_bytes!(b"unclosed formatting {"); format_bytes!(b"unclosed {formatting"); }