1//! Library module for the kernel. 2//! 3//! This module provides various libraries and utilities used by the Scarlet kernel. 4 5pub mod std;