Expand description
Core part of the cmudict crate
This crate contains the logic to parse & construct “rules” from the cmudict text database
Structs§
- Parse
Error - Error that can be thrown while parsing the cmudict file
- Rule
- Represents the complete pronunciation of a single word in the database
Enums§
Type Aliases§
- Result
- Shortcut for Result<T, failure::Error>