11 releases

0.3.3 May 26, 2020
0.3.2 Nov 5, 2019
0.3.1 Nov 23, 2018
0.2.1 May 16, 2018
0.1.4 Mar 5, 2016

#1062 in Parser implementations

Download history 696/week @ 2024-07-21 655/week @ 2024-07-28 692/week @ 2024-08-04 1254/week @ 2024-08-11 960/week @ 2024-08-18 1015/week @ 2024-08-25 898/week @ 2024-09-01 871/week @ 2024-09-08 895/week @ 2024-09-15 1205/week @ 2024-09-22 1143/week @ 2024-09-29 531/week @ 2024-10-06 632/week @ 2024-10-13 755/week @ 2024-10-20 957/week @ 2024-10-27 952/week @ 2024-11-03

3,307 downloads per month
Used in 18 crates (via cargo-line-test)

MIT license

25KB
555 lines

unidiff-rs

Build Status Coverage Status Crates.io

Unified diff parsing/metadata extraction library for Rust

Installation

Add it to your Cargo.toml:

[dependencies]
unidiff = "0.3"

Add extern crate unidiff to your crate root and your're good to go!

Documentation

To generate crate documentation locally, run:

$ cargo doc

Then you will be able to open the documentation under target/doc/unidiff directory.

Also you can read it online.

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.

Dependencies

~2.3–4MB
~85K SLoC