Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 870 Bytes

languagetool-rust.md

File metadata and controls

19 lines (13 loc) · 870 Bytes
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

  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.