forked from AbleOS/ableos
6 lines
202 B
Rust
6 lines
202 B
Rust
//! 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 = " ";
|