Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 684 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 684 Bytes

unidiff-rs

GitHub Actions Crates.io docs.rs

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!

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.