correct_word 0.1.0

A No brainer 'did you mean' library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["NoobScience <noobscience@duck.com>"]
categories = ["text-processing", "string-algorithms"]
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.1.0"