use slab instead of reinventing the wheel (#112)

This commit is contained in:
Ferdinand Schober
2024-04-26 00:10:04 +02:00
committed by GitHub
parent 279e582698
commit 3e96b42067
14 changed files with 83 additions and 115 deletions

1
Cargo.lock generated
View File

@@ -1263,6 +1263,7 @@ dependencies = [
"reis",
"serde",
"serde_json",
"slab",
"tempfile",
"tokio",
"toml",