patchfile 0.2.1

Render a set of diffs into diff -u format, which is compatible with patch.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "patchfile"
version = "0.2.1"
edition = "2021"
description = "Render a set of diffs into diff -u format, which is compatible with patch."
license-file = "LICENSE"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
diff = "^0.1.13"
termcolor = "^1.1.3"