forge-engine 0.2.0

Causal edit attribution and structured patch evaluation engine
Documentation
1
2
3
4
5
6
7
8
9
pub mod apply;
pub mod render_diff;
pub mod types;
pub mod validate;

pub use apply::{apply_patch, LineAttributionMap};
pub use render_diff::render_diff;
pub use types::*;
pub use validate::{validate_patch, ValidationResult};