Post

LanguageTool-Rust

LanguageTool API in Rust.

In 2022, I developed a strong love towards the Rust programming language. As I was looking for a first Rust project, and I realized that LanguageTool1 was lacking API bindings2 in RustAPI, I decided to implement my own API bindings, LanguageTool-Rust.

This project provides bindings for the whole public LanguageTool HTTP public, and is continously tested against different versions of LanguageTool.

  1. LanguageTool is a open source grammar checker server written in Java. 

  2. Actually, there aready was a languagetool crate, but it seemed to be abandoned and only implemented basic bindings. 

This post is licensed under CC BY 4.0 by the author.