Expand description
mango_core: mango core
This crate contains core definitions for the mango operating system.
Modules§
- 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 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.