Module core::fmt::rtExperimental
[-]
[+]
[src]
This is an internal module used by the ifmt! runtime. These structures are emitted to static arrays to precompile format strings ahead of time.
These definitions are similar to their ct equivalents, but differ in that
these can be statically allocated and are slightly optimized for the runtime
Reexports
pub use self::Alignment::*; |
pub use self::Count::*; |
pub use self::Position::*; |
pub use self::Flag::*; |
Enums
| Alignment | Possible alignments that can be requested as part of a formatting directive. |
| Flag | Flags which can be passed to formatting via a directive. |