meld 0.1.1

Deterministic filesystem state management using Merkle trees
Documentation
1
2
3
4
5
6
7
//! Integration tests entry point
//!
//! This file includes all integration test modules from the integration/ subdirectory.
//! Rust automatically compiles files in tests/ as separate test binaries, so this
//! approach allows organizing tests in subdirectories while maintaining discoverability.

mod integration;