Boot-Banner 0.1.1

An elegant banner library that enhances project launches with eye-catching terminal displays and helpful assistance.
Documentation
1
2
3
4
#[Boot_Banner::init]
async fn main() -> Result<(), _> {
    println!("Hello, world!");
}