Massive refactor

This commit is contained in:
2025-03-16 05:18:42 +01:00
parent 0bbb2ca738
commit 5e8e8590f1
9 changed files with 755 additions and 1127 deletions

1
src/error.rs Normal file
View File

@@ -0,0 +1 @@
pub type Result<T, E = Error> = anyhow::Result<T, E>;