Crate satellite_branch

Crate satellite_branch 

Source
Expand description

§satellite-branch

Git-style constraint branching model.

Branches represent semantic constraint splits (e.g., XOR expansions, conditionals) rather than traditional CDCL decision tree branching.

Re-exports§

pub use branch::Branch;
pub use branch::BranchId;
pub use branch::BranchStatus;
pub use lifecycle::BranchManager;

Modules§

branch
Branch data structure.
lifecycle
Branch lifecycle management.
refcount
Reference counting for branch lifecycle.