stenotype 0.1.0

Machine stenography primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Steno

Utilities for [machine stenography](https://en.wikipedia.org/wiki/Shorthand#Machine_shorthand_systems)

## Crates

- `steno`
    - primitives like `Layout`, `Chord`, `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 generating and managing steno dictionaries