LanguageTool-Rust

Crates.io docs.rs

Rust bindings to connect with LanguageTool server API.

Executable

If you wish to use the executable, you can install it with Cargo: cargo install languagetool-rust

Usage

``` 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 ```

Library

You can use LanguageTool-Rust in your Rust project by adding to your Cargo.toml: toml languagetool_rust = "version"

Documentation

Automatically generated documentation can found found here. Many functions are missing docs, but it's on the TODO list!

Disclaimers

This software is not production-ready. Many changes are expected before I consider it to be usable.

TODO List

Contributing

Contributions are more than welcome!