formatx 0.2.4

A macro for formatting non literal strings at runtime
Documentation
1
2
3
4
5
6
7
8
9
mod error;
mod format_spec;
mod macros;
mod placeholder;
mod template;
mod utils;

pub use error::{Error, ErrorKind};
pub use template::Template;