strixonomy-diff 0.27.0

Semantic ontology diff for Strixonomy
Documentation

strixonomy-diff

Part of Strixonomy (semantic workspace engine).

Semantic ontology diff for Strixonomy — compare indexed catalogs, version refs, or directories with breaking-change heuristics.

Install

strixonomy-diff = "0.27"

Quick example

use std::path::Path;
use strixonomy_diff::{diff_git_refs, format_diff_markdown};

let diff = diff_git_refs(Path::new("/path/to/repo"), "main", "feature")?;
println!("{}", format_diff_markdown(&diff, false));

CLI: strixonomy diff main..feature, strixonomy diff --breaking-only HEAD..WORKTREE.

Re-exported from strixonomy::diff and Workspace::diff / diff_against_path.

Documentation

License

MIT OR Apache-2.0