parsepatch 0.3.1

Parse git patch.
Documentation
1
2
3
4
5
#[macro_use]
extern crate log;

pub mod parser;
pub use self::parser::*;