diffr-cli 0.1.1

Structural diffs with a streaming API and interactive terminal frontend.
1
2
3
4
5
6
7
#[cfg(test)]
mod fold_tests;
pub(crate) mod folds;
pub(crate) mod guess_language;
pub(crate) mod query;
pub(crate) mod syntax;
pub(crate) mod tree_sitter_parser;