feat: add hashbrown

This commit is contained in:
2022-12-03 20:19:38 +01:00
parent 00000110e3
commit 0000012039
4 changed files with 31 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
use std::collections::HashSet;
use hashbrown::HashSet;
use itertools::Itertools;

View File

@@ -1,4 +1,4 @@
use std::collections::HashMap;
use hashbrown::HashMap;
use lazy_static::lazy_static;
use regex::Regex;