tg_admin 0.1.0

tg interface to change local structured data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Architecture
```mermaid
flowchart TD
    F["data in"]
    B["data out"]
    F --> |TODO: graph the process| B
```

## `data.rs`
Meta target data-file representation, allowing for seamless integration with different file-types.

## `telegram.rs`
Always shows the markdown menu with the items at the currently selected level. At a click on each item we either change the position, either get a menu for changing its value.