Rust API to connect with LanguageTool servers.
If you wish to use the executable, you can install it with Cargo:
cargo install languagetool-rust
``` ltrs ping # to check if the server is alive ltrs languages # to list all languages ltrs check --text "Some phrase with a smal mistake"
ltrs --help # for more details ```
You can use LanguageTool-Rust in your Rust project by adding to your Cargo.toml
:
toml
languagetool_rust = "version"
Automatically generated documentation can found found here. Many functions are missing docs, but it's on the TODO list!
This software is not production-ready. Many changes are expected before I consider it to be usable.
Contributions are more than welcome!