[][src]Crate ufmt_stdio

C stdio writer for ufmt

Re-exports

pub extern crate ufmt;

Macros

print

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

Stdout

Stdout wrapper

Traits

uDebug

Just like core::fmt::Debug

uDisplay

Just like core::fmt::Display

uWrite

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

Functions

init

Initializes runtime, when necessary.