Add initial support for a new formatting syntax

The new macro is available under the name ifmt! (only an intermediate name)
This commit is contained in:
Alex Crichton 2013-07-29 01:12:41 -07:00
parent 5b4244d917
commit ffb670ffcd
16 changed files with 2258 additions and 3 deletions

View file

@ -73,6 +73,7 @@ pub mod ext {
pub mod cfg;
pub mod fmt;
pub mod ifmt;
pub mod env;
pub mod bytes;
pub mod concat_idents;