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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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",