Modules§
Structs§
- Block
Delim - A block delimiter.
- Error
- The Error type.
- Opus
Stream - Sent
Delim - A sentence delimiter.
- Word
- A word/token.
Enums§
- Delim
Type - Whether a sentence or block delimiter is at the start or end of the sentence or block.
- Error
Kind - Flat
Stream Bit - An event from the whole file including metadata.
- Stream
Bit - An event from main part of the stream.
Traits§
- Result
Ext - Additional methods for
Result
, for easy interaction with this crate.
Type Aliases§
- Result
- Convenient wrapper around
::std::result::Result