pub static ASCII_LOGO: &str
Expand description
A static ASCII logo string.
This logo can be used for branding or display purposes in the system’s output, such as during boot or initialization. It is a simple text-based logo designed to be printed to the terminal or serial output.
Example usage:
println!("{}", ASCII_LOGO);