patch 0.4.0

Parse patches in the unified diff format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "patch"
version = "0.4.0"
authors = ["phil <uniphil@gmail.com>"]
description = "Parse patches in the unified diff format"
repository = "https://github.com/uniphil/patch-rs"
readme = "readme.md"
keywords = ["patch", "diff", "parse", "nom"]
license = "MIT"

[dependencies]
nom = "^1.2.4"
chrono = "^0.2.25"