rustc-edit-distance 0.1.0

An edit distance implementation derived from rustc, packaged for reuse.
Documentation
  • Coverage
  • 40%
    2 out of 5 items documented0 out of 4 items with examples
  • Size
  • Source code size: 15.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • rakivo/rustc-edit-distance
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rakivo

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:

[dependencies]
rustc-edit-distance = "0.1.0"

License

Licensed under either of

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.