rpatch 0.1.0

A simple tool aimed to patch files using Unified Diff Format patch.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.nom]
version = "7.1.3"

[dependencies.patch]
version = "0.7.0"

[package]
authors = ["zerodegress"]
description = "A simple tool aimed to patch files using Unified Diff Format patch."
edition = "2021"
license = "MIT"
name = "rpatch"
readme = "README.md"
repository = "https://github.com/zerodegress/rpatch"
version = "0.1.0"