harper-thesaurus 2.0.0

The language checker for developers.
Documentation
1
2
3
4
5
#![warn(clippy::pedantic)]

mod thesaurus;

pub use thesaurus::thesaurus;