Correct Word
A no brain "did you mean" suggestions generator written in Rust. Plans to use a weird array of algorithms to get the best results. But for now, it only uses the Levenshtein distance.
Usage
Complete docs can be found here.
use correct_word;
use Algorithm;
License
This project is licensed under the MIT License - see the LICENSE file for details