ANW-16 filesystem watcher: notify, debouncer, overflow recovery + batched commits

This commit is contained in:
Andreas Brenner 2026-05-14 15:21:32 +02:00
parent cd337202ee
commit 095ea7fbf0
5 changed files with 538 additions and 22 deletions

View file

@ -7,3 +7,4 @@
pub mod app;
pub mod index;
pub mod vault;
pub mod watcher;