diffx-core 0.7.1

Core library for diffx - blazing fast semantic diff engine for structured data. Zero-copy parsing, streaming support, memory-efficient algorithms
Documentation
1
2
3
4
5
6
7
// IO module - handles file and directory operations

mod directories;
mod files;

// Re-export for internal use within diffx-core
pub(crate) use directories::get_all_files_recursive;