Expand description
Transformation application, conflict detection, and rollback.
This module orchestrates the process of applying pattern-based transformations to source files:
Re-exports§
pub use applier::TransformApplier;pub use conflict::ConflictResolver;pub use rollback::RollbackManager;
Modules§
- applier
- Transform applier — replaces pattern matches with the
after_template. - conflict
- Conflict detection for overlapping or incompatible matches.
- rollback
- Rollback management for undoing applied transformations.
Structs§
- Transform
Result - Result of a transformation applied to a single file.