use format_bytes::format_bytes; fn main() { let dynamic_format = b"dynamic {} is impossible"; format_bytes!(dynamic_format); }