Crate ryaspeller

source ·
Expand description

This crate is a client for Yandex Speller Api and a binary tool that allows to check spelling in texts, paths and web-pages.

Usage

This crate is on crates.io and can be used by adding ryaspeller to your dependencies in your project’s Cargo.toml.

[dependencies]
ryaspeller = "0.1"

See examples of using.

Structs

Provides customization for crate::Speller
Provides a way to specify a set of supported Languages
Describes a result of Speller backend-api response
Main instance, provides spelling functionality. Must be initialized with Config instance.

Enums

Describes all supported languages

Type Definitions

Describes a list of results of Speller backend api response