use format_bytes::format_bytes; fn main() { format_bytes!(b"unclosed formatting {"); format_bytes!(b"unclosed {formatting"); }