match-maker 0.0.3

A fuzzy finder for the terminal, powered by nucleo
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Architecture
### Matchmaker
##### components
- Nucleo
    - worker
    - matcher
- Output function (&Input -> (u32, Output))
- Configs (see config.toml/config.rs)
- Dynamic event/interrupt handlers
- Previewer config

##### pick
```
Event(Bind, Crossterm, Event) -> Event handler -> Action(Context) -> Action -> Computation
    -> Raise Event/Interrupt -> Event/Interrupt Handlers
    -> Render
```