# unidiff-rs [![Build Status](https://travis-ci.org/messense/unidiff-rs.svg?branch=master)](https://travis-ci.org/messense/unidiff-rs) [![Coverage Status](https://coveralls.io/repos/messense/unidiff-rs/badge.svg)](https://coveralls.io/r/messense/unidiff-rs) [![Crates.io](https://img.shields.io/crates/v/unidiff.svg)](https://crates.io/crates/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! ## [Documentation](http://messense.github.io/unidiff-rs/unidiff/index.html) To generate crate documentation locally, run: ```bash $ cargo doc ``` Then you will be able to open the documentation under ``target/doc/unidiff`` directory. Also you can read it [online](http://messense.github.io/unidiff-rs/unidiff/index.html). ## License This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.