write and test the compat layer from v3 to v4

This commit is contained in:
Tamo
2022-10-09 02:49:42 +02:00
committed by Clément Renault
parent 089106a970
commit 22ffbf3676
17 changed files with 1791 additions and 39 deletions

View File

@ -13,6 +13,7 @@ use super::{
v6::{self, V6IndexReader, V6Reader},
};
pub mod v3_to_v4;
pub mod v4_to_v5;
pub mod v5_to_v6;