ANW-11 vault scanner: walk, parse frontmatter, compute ETag

This commit is contained in:
Andreas Brenner 2026-05-14 14:39:32 +02:00
parent 36492c8058
commit 49fc34f8d7
4 changed files with 441 additions and 0 deletions

7
src/lib.rs Normal file
View file

@ -0,0 +1,7 @@
//! Anwesen: read-only HTTP daemon over a markdown vault.
//!
//! The binary in `main.rs` wires this library to a CLI; submodules implement
//! the vault scanner, the Tantivy index, the filesystem watcher, the
//! supervisor tree, and the HTTP surface as those issues land.
pub mod vault;