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

#1274 in Parser implementations

Download history 793/week @ 2023-12-16 487/week @ 2023-12-23 645/week @ 2023-12-30 867/week @ 2024-01-06 847/week @ 2024-01-13 814/week @ 2024-01-20 742/week @ 2024-01-27 712/week @ 2024-02-03 846/week @ 2024-02-10 940/week @ 2024-02-17 685/week @ 2024-02-24 738/week @ 2024-03-02 963/week @ 2024-03-09 806/week @ 2024-03-16 837/week @ 2024-03-23 939/week @ 2024-03-30

3,666 downloads per month

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.2–4MB
~83K SLoC