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

2
Cargo.lock generated
View file

@ -1366,6 +1366,7 @@ dependencies = [
"ron",
"rust-embed",
"serde",
"slab",
"slotmap",
"static_init",
"sunrise",
@ -1397,6 +1398,7 @@ dependencies = [
"libcosmic",
"once_cell",
"regex",
"slab",
"slotmap",
"tokio",
"url",