Migrate to hashbrown structures

This commit is contained in:
2026-08-16 23:50:14 +03:00
parent dcf7352553
commit 3fcbd235cf
5 changed files with 7 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
use rusqlite::Connection;
use serde_json::Value;
use std::collections::HashMap;
use hashbrown::HashMap;
#[derive(Clone)]
pub struct ImportData(pub(crate) Vec<ImportGroup>);