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§
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