Skip to main content

Crate kprint

Crate kprint 

Source

Modules§

backend

Macros§

kformat
Formats text into a provided buffer (via C snprintf) and returns a byte slice (&[u8]).
kprint
Prints formatted text directly to standard kernel console output (via C printf).
kprintln
Prints formatted text followed by a newline to standard kernel console output (via C printf).