Move modules to individual projects. Change API syntax.

This commit is contained in:
Michael Mikovsky
2025-12-17 13:17:58 -07:00
parent 41c47048be
commit 6e73cb8a8e
22 changed files with 546 additions and 164 deletions
+1
View File
@@ -1,5 +1,6 @@
use std::{error::Error, path::PathBuf};
mod blobs;
mod database;
mod manager;