stenotype 0.1.6

Machine stenography primitives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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