weavatrix-worktree 0.2.1

Bounded, crash-recoverable multi-file worktree edits for source refactoring
Documentation
1
2
3
4
5
//! Executor-only projection from a validated refactor contract to path transitions.

mod compile;

pub(crate) use compile::{PathTransition, PlannedInput, PlannedOutput, compile_plan};