Crate mango_core

Source
Expand description

mango_core: mango core

This crate contains core definitions for the mango operating system.

Modules§

print
TODO should not be public
stdout
Support for printing to standard output. Whether on a screen or a serial device. This is used by the print macros.
time
Support for getting time

Macros§

debug
Debug print, with a newline.
info
Prints an info, with a newline.
print
Print to stdout
print_to
Print to a device
println
Print to stdout and add a return carriage.
println_to
Print to a device and add a return carriage.
warn
Prints a warning, with a newline.

Structs§

STDOUT
STDOUT is a printer output that is used by the print/println macros to display text on the standard output.
TIME
TIME allows to access the uptime of the kernel.