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

@ -3,7 +3,7 @@ use uuid::Uuid;
use super::Settings;
#[derive(Deserialize, Debug)]
#[derive(Deserialize, Debug, Clone)]
#[cfg_attr(test, derive(serde::Serialize))]
pub struct IndexUuid {
pub uid: String,