Crate bstring_macros

Source
Expand description

Provides formatting macros for byte strings

This crate requires the bstring crate to be declared at the root level of your crate:

extern crate bstring;
#[macro_use] extern crate bstring_macros;

See bstring::bfmt for more details.

Macros§

bformat
Formats a
bformat_args
Produces a bstring::Arguments value, which can be passed to other formatting functions.