#language #grammar #english #api-key #api-service

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

#997 in Web programming


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–16MB
~158K SLoC