unidiff

Crates.iounidiff
lib.rsunidiff
version0.3.3
sourcesrc
created_at2016-03-02 15:47:45.458723
updated_at2020-05-26 02:19:26.502867
descriptionUnified diff parsing/metadata extraction library for Rust
homepagehttps://github.com/messense/unidiff-rs
repositoryhttps://github.com/messense/unidiff-rs
max_upload_size
id4344
size47,034
messense (messense)

documentation

https://messense.github.io/unidiff-rs

README

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.

Commit count: 54

cargo fmt