Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 869 Bytes

File metadata and controls

16 lines (12 loc) · 869 Bytes
title LanguageTool-Rust
github jeertmans/languagetool-rust
date 2023-03-25
description 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.