Expand description

C stdio writer for ufmt

Re-exports

pub extern crate ufmt;

Macros

Prints to the stdout in debug mode only

Prints to the stdout with newline in debug mode only

Prints to the stderr

Prints to the stderr with newline

Prints to the stdout

Prints to the stdout with newline

Write formatted data into a buffer

Write formatted data into a buffer, with a newline appended

Structs

Stderr wrapper

Stdout wrapper

Traits

Just like core::fmt::Debug

Just like core::fmt::Display

A collection of methods that are required / used to format a message into a stream.

Functions

Initializes runtime, when necessary.