Crate cmudict_core [] [src]

Core part of the cmudict crate

This crate contains the logic to parse & construct "rules" from the cmudict text database

Structs

Error

The Error type.

Rule

Represents the complete pronunciation of a single word in the database

Enums

ErrorKind

The kind of an error.

Stress

Used by a symbol to indicate what kind of stress it has

Symbol

Represents a single sound

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.