[−][src]Crate ufmt_stdio
C stdio writer for ufmt
Re-exports
pub extern crate ufmt; |
Macros
| d_print | Prints to the stdout in debug mode only |
| d_println | Prints to the stdout with newline in debug mode only |
| eprint | Prints to the stderr |
| eprintln | Prints to the stderr with newline |
Prints to the stdout | |
| println | Prints to the stdout with newline |
| uwrite | Write formatted data into a buffer |
| uwriteln | Write formatted data into a buffer, with a newline appended |
Structs
| Stderr | Stderr wrapper |
| Stdout | Stdout wrapper |
Traits
| uDebug | Just like |
| uDisplay | Just like |
| uWrite | A collection of methods that are required / used to format a message into a stream. |
Functions
| init | Initializes runtime, when necessary. |