Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T22:05:29.000Z (10 months ago)
- Last Synced: 2024-12-19T00:09:42.489Z (15 days ago)
- Topics: cvs-diff, diff, git-diff
- Language: Rust
- Homepage: http://messense.github.io/unidiff-rs/unidiff/index.html
- Size: 3.64 MB
- Stars: 25
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unidiff-rs
[![GitHub Actions](https://github.com/messense/unidiff-rs/workflows/CI/badge.svg)](https://github.com/messense/unidiff-rs/actions?query=workflow%3ACI)
[![Crates.io](https://img.shields.io/crates/v/unidiff.svg)](https://crates.io/crates/unidiff)
[![docs.rs](https://docs.rs/unidiff/badge.svg)](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.