dfmt 0.4.1

A fully featured dynamic template drop in replacement for the format! macro.
Documentation
1
2
3
4
5
6
7
8
9
mod arguments;
mod arguments_builder;
mod dyn_fmt;
mod template;

pub use arguments::*;
pub use arguments_builder::*;
pub use dyn_fmt::*;
pub use template::*;