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:
parent
5b4244d917
commit
ffb670ffcd
16 changed files with 2258 additions and 3 deletions
|
@ -177,6 +177,7 @@ pub mod rand;
|
|||
pub mod run;
|
||||
pub mod sys;
|
||||
pub mod cast;
|
||||
pub mod fmt;
|
||||
pub mod repr;
|
||||
pub mod cleanup;
|
||||
pub mod reflect;
|
||||
|
@ -216,4 +217,6 @@ mod std {
|
|||
pub use unstable;
|
||||
pub use str;
|
||||
pub use os;
|
||||
pub use fmt;
|
||||
pub use to_bytes;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue