# unidiff-rs
[](https://github.com/messense/unidiff-rs/actions?query=workflow%3ACI)
[](https://crates.io/crates/unidiff)
[](https://docs.rs/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!
## License
This work is released under the MIT license. A copy of the license is provided in the [LICENSE](./LICENSE) file.