Expand description
Utilities for machine stenography
§Feature Flags
json
(enabled by default) — Support for parsing json steno dictionariesengine
(enabled by default) — Enable the steno engine that translates strokes into text - ⚠️ WIPprotocols
(enabled by default) — Provide protocols communicating for various steno machinesstd
(enabled by default) — Provide functionality that requires the std library
Modules§
Structs§
- Dictionary
- Implements a
Dict
as a simple in-memory hash map - Layout
- A keyboard layout like ward stone ireland for parsing and similar tasks. Lists the keys in a layout for encoding outlines as bitsets.
- Stroke
- Represents a group of keys that are pressed simultaneously. Sometimes also used as a mask.
- Stroke
Parse Error - Error when parsing a stroke
Enums§
Traits§
- Dict
- A dictionary that can be queried for translations.
Type Aliases§
- Outline
- A series of strokes