finish the dump reader API, the dump Writer API now needs to be updated

This commit is contained in:
Tamo
2022-10-10 18:57:27 +02:00
committed by Clément Renault
parent 0284764b5e
commit 7579a363ab
9 changed files with 121 additions and 119 deletions

View File

@ -1,5 +1,3 @@
use std::{fs::File, io::BufReader};
use serde::Deserialize;
use time::OffsetDateTime;
use uuid::Uuid;