| Crates.io | rustc-edit-distance |
| lib.rs | rustc-edit-distance |
| version | 0.1.0 |
| created_at | 2025-09-21 19:42:03.857205+00 |
| updated_at | 2025-09-21 19:42:03.857205+00 |
| description | An edit distance implementation derived from rustc, packaged for reuse. |
| homepage | |
| repository | https://github.com/rakivo/rustc-edit-distance |
| max_upload_size | |
| id | 1849068 |
| size | 16,167 |
A Rust implementation of edit-distance, derived from the Rust compiler (rustc) edit-distance implementation.
Add this to your Cargo.toml:
[dependencies]
rustc-edit-distance = "0.1.0"
Licensed under either of
at your option.
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.