# rustc-edit-distance
A Rust implementation of edit-distance, derived from the Rust compiler (`rustc`) edit-distance implementation.
## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
rustc-edit-distance = "0.1.0"
```
## License
Licensed under either of
- [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
- [MIT License](http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in this crate by you shall be dual licensed as
above, without any additional terms or conditions.