https://github.com/messense/unidiff-rs
Unified diff parsing/metadata extraction library for Rust
https://github.com/messense/unidiff-rs
cvs-diff diff git-diff
Last synced: about 2 months ago
JSON representation
Unified diff parsing/metadata extraction library for Rust
- Host: GitHub
- URL: https://github.com/messense/unidiff-rs
- Owner: messense
- License: mit
- Created: 2016-03-02T05:41:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T22:05:29.000Z (over 1 year ago)
- Last Synced: 2025-05-12T14:29:33.187Z (about 2 months ago)
- Topics: cvs-diff, diff, git-diff
- Language: Rust
- Homepage: http://messense.github.io/unidiff-rs/unidiff/index.html
- Size: 3.64 MB
- Stars: 26
- Watchers: 2
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unidiff-rs
[](https://github.com/messense/unidiff-rs/actions?query=workflow%3ACI)
[](https://crates.io/crates/unidiff)
[](https://docs.rs/unidiff/)Unified diff parsing/metadata extraction library for Rust
## Installation
Add it to your ``Cargo.toml``:
```toml
[dependencies]
unidiff = "0.3"
```Add ``extern crate unidiff`` to your crate root and your're good to go!
## License
This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.