unidiff 0.1.1

Unified diff parsing/metadata extraction library for Rust
Documentation

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.1"

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/bosonnlp 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.