//! A module for small utilities to be used kernel wide //! Simple functions and constants /// Used when tab `\t` in hardware is not known and we will default to two spaces pub const TAB: &str = " ";