tidemark 0.1.3

Snapshot a directory tree and diff what changed - no git required. Built for humans and agents.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod builder;
pub mod cli;
pub mod diff;
pub mod error;
pub mod hash;
pub mod manifest;
pub mod output;
pub mod refs;
pub mod schema;
pub mod store;
pub mod walk;