start with write

This commit is contained in:
nora 2022-02-12 22:31:58 +01:00
parent 83778ac2c9
commit cb3710cd3f
6 changed files with 1337 additions and 699 deletions

View file

@ -4,6 +4,7 @@ use std::collections::HashMap;
mod generated;
mod parse_helper;
mod write_helper;
pub type Table = HashMap<String, FieldValue>;