dfmt 0.4.1

A fully featured dynamic template drop in replacement for the format! macro.
Documentation
mod alignment;
mod allowed_specifier;
mod alternate_form;
mod argument_key;
mod argument_type_requirements;
mod argument_value;
mod pad_zero;
mod piece;
mod precision;
mod sign;
mod specifier;
mod ty;
mod width;

pub use alignment::Alignment;
pub use allowed_specifier::{AllowedSpecifier, AllowedSpecifierBuilder};
pub use alternate_form::{AlternateForm, ToAlternateForm};
pub use argument_key::*;
pub use argument_type_requirements::ArgumentTypeRequirements;
pub use argument_value::*;
pub use pad_zero::{PadZero, ToPadZero};
pub use piece::Piece;
pub use precision::Precision;
pub use sign::{Sign, ToSign};
pub use specifier::Specifier;
pub use ty::Type;
pub use width::Width;