Macro beard::beard[][src]

macro_rules! beard {
    ($($any:tt)*) => { ... };
}
Expand description

macro to call to generate the function stream of generating formatted output.

The difference here with std::fmt::format is that instead generating a string based on some formatting parameters the beard macro generates a string based on the declarative flow.