rpatch 0.1.1

A simple tool aimed to patch files using Unified Diff Format patch.
Documentation
1
2
3
4
5
6
#[derive(Debug)]
pub enum PatchError {
    ParseError(String),
    IOError(std::io::Error),
    Unknown,
}