ANW-11 vault scanner: walk, parse frontmatter, compute ETag
This commit is contained in:
parent
36492c8058
commit
49fc34f8d7
4 changed files with 441 additions and 0 deletions
7
src/lib.rs
Normal file
7
src/lib.rs
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue