title | github | date |
---|---|---|
LanguageTool-Rust |
jeertmans/languagetool-rust |
2023-03-25 |
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.
Footnotes
-
LanguageTool is a open source grammar checker server written in Java. ↩
-
Actually, there aready was a languagetool crate, but it seemed to be abandoned and only implemented basic bindings. ↩