#grammar #language #english #request #api-request #api-key #api-bindings

grammarly

This crate allows you to check your texts for grammar using the grammarly service

3 releases (breaking)

0.3.1 Feb 20, 2021
0.3.0 Feb 17, 2021
0.2.2 Mar 1, 2020
0.2.1 Jun 4, 2019
0.1.1 May 31, 2019

#1959 in Web programming

Download history 4/week @ 2024-02-21 2/week @ 2024-02-28 12/week @ 2024-03-13 18/week @ 2024-03-27 36/week @ 2024-04-03

54 downloads per month
Used in cargo-grammarly

MIT license

13KB
202 lines

Build status Crates Docs MIT licensed

ATTENTION

The crate has been renamed from grammarly-rs to grammarbot-io. The name was confusing and misleading and so a proper name has been chosen.


lib.rs:

Grammarly crate - check your sentence for grammar.

This crate uses official API of the grammarly service.

The service has rate limits: As of this moment:

  • 250 requests/day (~7500/mo) with an API key,
  • 100 per day per IP address (~3000/mo) without an API key.

Usage

Dependencies

~0.6–15MB
~169K SLoC