Cleanup and rework justfile, add some CI-only checks

This commit is contained in:
Juno Takano 2025-12-26 16:48:08 -03:00
commit 9dfd493bf5
5 changed files with 163 additions and 129 deletions

View file

@ -1,3 +1,4 @@
#[allow(clippy::print_stderr)]
pub fn elog(function: &str, message: &str) {
eprintln!("{:?} [{function}] {message}", crate::ONSET.elapsed());
}