LanguageTool-Rust

Crates.io docs.rs

Rust API to connect with LanguageTool servers.

Executable

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

Usage

ltrs --help

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!