refactor: use Slab for storing page section descriptions

This commit is contained in:
Michael Aaron Murphy 2024-06-06 15:52:21 +02:00
parent 17a74a512b
commit f6e50f1d9b
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
24 changed files with 666 additions and 639 deletions

View file

@ -12,4 +12,5 @@ generator = "0.7.5"
downcast-rs = "1.2.0"
once_cell = "1.19.0"
tokio.workspace = true
url = "2.5.0"
url = "2.5.0"
slab = "0.4.9"