patchfile 0.1.0

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
13
14
[dependencies.ansi_term]
version = "^0.12.1"

[dependencies.diff]
version = "^0.1.13"

[package]
description = "Render a set of diffs into diff -u format, which is compatible with patch."
edition = "2021"
license-file = "LICENSE"
name = "patchfile"
readme = "README.md"
resolver = "2"
version = "0.1.0"