Module custom_format::compile_time
source · [−]Expand description
Provides types associated to compile-time formatting.
Re-exports
pub use custom_formatter;
Macros
Prints to the standard error
Prints to the standard error, with a newline
Creates a String
using interpolation of runtime expressions
Constructs parameters for the other string-formatting macros
Panics the current thread
Prints to the standard output
Prints to the standard output, with a newline
Writes formatted data into a buffer
Write formatted data into a buffer, with a newline appended
Structs
Wrapper for custom formatting via its Display
trait.
Traits
Trait for custom formatting with compile-time format checking