Crate ryaspeller

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§

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

Enums§

Language
Describes all supported languages

Type Aliases§

SpellResults
Describes a list of results of Speller backend api response