Crate unix_print

Source
Expand description

A no_std, no_libc stdout/stderr printer with a similar interface as Rust std’s (e)print(ln)-macros

Macros§

unix_dbg
Corresponds to std’s dbg!-macro
unix_eprint
Corresponds to std’s eprint!-macro
unix_eprintln
Corresponds to std’s eprintln!-macro
unix_print
Corresponds to std’s print!-macro
unix_println
Corresponds to std’s println!-macro

Structs§

UnixWriter

Constants§

__STDERR
Should be private but needs to be exposed for the macros to work
__STDOUT
Should be private but needs to be exposed for the macros to work

Functions§

__write_to_handle
Should be private but needs to be exposed for the macro to work