# Steno
Utilities for [machine stenography](https://en.wikipedia.org/wiki/Shorthand#Machine_shorthand_systems)
This crate is intended to eventually become a one-stop crate for machine stenography, including no-std and web support via. wasm.
## Crates
- `stenotype`
- primitives like `Layout`, `Stroke`, `Outline`, and `Dictionary`
- parsing for those primitives
- feature `engine`: `Engine` for executing translations (WIP)
- `steno-gen` WIP
- fancy pattern matching engine for generating steno dictionaries
- `steno-manager` WIP
- UI for managing steno dictionaries and generating them using the `steno-gen` crate