meld 1.1.5

Deterministic filesystem state management using Merkle trees
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Workspace domain: command orchestration, status assembly, and watch runtime.

mod ci;
mod commands;
mod facade;
mod format;
mod section;
mod types;
mod watch;

pub use facade::*;