Add dump support

This commit is contained in:
Louis Dureuil 2023-06-26 12:24:55 +02:00
parent 5a83cecb0f
commit 13e9b4c2e5
No known key found for this signature in database
7 changed files with 63 additions and 7 deletions

View file

@ -412,6 +412,8 @@ pub(crate) mod test {
}
keys.flush().unwrap();
// ========== TODO: create features here
// create the dump
let mut file = tempfile::tempfile().unwrap();
dump.persist_to(&mut file).unwrap();