diff-man 0.1.0

A simple diff utility lib
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "diff-man"
version = "0.1.0"
edition = "2021"
authors = ["Kim Dae Up <ds1sqe@mensakorea.org>"]
description = "A simple diff utility lib"
repository = "https://github.com/ds1sqe/diff-man"
license = "MIT OR Apache-2.0"
keywords = ["diff"]
categories =["text-processing","parsing"]

[dependencies]


[package.metadata.docs.rs]
rustdoc-args = ["--document-private-items"]