onchg 0.1.6

Keep blocks in sync across different files in your codebase.
Documentation
1
2
3
4
5
6
7
mod file;
mod git;
mod parser;
pub mod test_helpers;

pub use file::{OnChangeBlock, ThenChange, ThenChangeTarget, ON_CHANGE_PAT_STR};
pub use parser::{OnChangeViolation, Parser};