correct_word 0.2.0

A No brainer 'did you mean' library for Rust
Documentation
[dependencies]

[lib]
name = "correct_word"
path = "src/lib.rs"

[package]
authors = ["NoobScience <noobscience@duck.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "A No brainer 'did you mean' library for Rust"
edition = "2021"
keywords = ["did-you-mean", "correct_word", "levenstein"]
license = "MIT"
name = "correct_word"
readme = "README.md"
repository = "https://github.com/newtoallofthis123/correct_word"
version = "0.2.0"