feat: add normalized document model and output writer

This commit is contained in:
2026-04-08 22:47:17 +08:00
parent 0ce8786148
commit f4b21c182f
7 changed files with 236 additions and 0 deletions
+3
View File
@@ -1,4 +1,7 @@
pub mod cli;
pub mod error;
pub mod model;
pub mod output;
pub fn run() -> anyhow::Result<()> {
Ok(())