write the dump v2 import

This commit is contained in:
Tamo
2022-10-09 23:47:56 +02:00
committed by Clément Renault
parent 43496b97bd
commit 7e18f92635
35 changed files with 8400 additions and 11 deletions

View File

@ -3,7 +3,6 @@ use std::{fs::File, io::BufReader};
use flate2::bufread::GzDecoder;
use serde::Deserialize;
use tempfile::TempDir;
@ -21,6 +20,7 @@ use self::compat::Compat;
mod compat;
// mod loaders;
// mod v1;
pub(self) mod v2;
pub(self) mod v3;
pub(self) mod v4;
pub(self) mod v5;