bstring_macros 0.1.0

formatting macros for bstring crate
Documentation

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.