//! Filesystem Merkle Tree
//!//! Represents the entire workspace as a Merkle tree, where each node
//! (file or directory) has a deterministic hash based on content and structure.
pubmodbuilder;pubmodhasher;pubmodnode;pubmodpath;pubmodwalker;pubusebuilder::Tree;