Huge refactor. Introduce anyhow for error handling.

This commit is contained in:
Cutieguwu
2025-12-29 15:31:01 -05:00
parent e98383d9e5
commit 4b5460f754
13 changed files with 411 additions and 746 deletions

View File

@@ -20,3 +20,8 @@ impl Domain {
self.end - self.start
}
}
#[cfg(test)]
mod tests {
use super::*;
}