gitpatcher 0.2.3

A library that uses git to maintain a set of patches around a submodule
Documentation
1
2
3
pub mod patch_file;

pub use self::patch_file::{regenerate_patches, PatchFile, PatchFileSet, RegenerateOptions};