Add ed-formatted diff

This commit is contained in:
Michael Howell
2021-09-15 19:06:14 -07:00
parent 582259a867
commit ea9376aaaf
15 changed files with 521 additions and 30 deletions
-4
View File
@@ -1,10 +1,6 @@
[package]
name = "normal-diff"
version = "0.3.0"
authors = [
"Michael Howell <michael@notriddle.com>",
"The Rust Project Developers"
]
edition = "2018"
description = "An implementation of the GNU unified diff format"
license = "MIT OR Apache-2.0"
-1
View File
@@ -2,7 +2,6 @@
[package]
name = "normal-diff-fuzz"
version = "0.0.0"
authors = ["Automatically generated"]
publish = false
edition = "2018"