Crates.io | unidiff |
lib.rs | unidiff |
version | 0.3.3 |
source | src |
created_at | 2016-03-02 15:47:45.458723 |
updated_at | 2020-05-26 02:19:26.502867 |
description | Unified diff parsing/metadata extraction library for Rust |
homepage | https://github.com/messense/unidiff-rs |
repository | https://github.com/messense/unidiff-rs |
max_upload_size | |
id | 4344 |
size | 47,034 |
Unified diff parsing/metadata extraction library for Rust
Add it to your Cargo.toml
:
[dependencies]
unidiff = "0.3"
Add extern crate unidiff
to your crate root and your're good to go!
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.
This work is released under the MIT license. A copy of the license is provided in the LICENSE file.