custom-print 1.0.0

Define custom println and dbg macros in wasm and other targets
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod dbg;
mod dbglike;
mod dbgwrite;
mod define;
mod flush;
mod panic_hook;
mod print;
mod printlike;
mod write;
mod writer;
mod writer_expr;