added verbose logs

This commit is contained in:
2026-03-24 17:24:25 +01:00
parent 88806c8822
commit 60d9822b3f
5 changed files with 74 additions and 19 deletions

View File

@@ -3,6 +3,15 @@
pub mod benchmark;
pub mod slimes;
#[macro_export]
macro_rules! vprintln {
($verbose:expr, $($arg:tt)*) => {
if $verbose {
println!("{}", format!($($arg)*).dimmed());
}
};
}
pub fn application_header() -> &'static str {
r#"
.---.