Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.