From f9f28fcc2fd4a3b669b01f869427b5c3be125aab Mon Sep 17 00:00:00 2001 From: Moritz Fuller <32162112+letmejustputthishere@users.noreply.github.com> Date: Mon, 23 Jun 2025 09:39:17 +0200 Subject: [PATCH] Update available-data-structures.md --- docs/src/introduction/available-data-structures.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/introduction/available-data-structures.md b/docs/src/introduction/available-data-structures.md index 64d95b58..1cf8fa31 100644 --- a/docs/src/introduction/available-data-structures.md +++ b/docs/src/introduction/available-data-structures.md @@ -3,6 +3,7 @@ The library provides several stable data structures: * **BTreeMap**: A key-value store that maintains keys in sorted order +* **BTreeSet**: A B-Tree set implementation that stores its data into a designated memory. * **Vec**: A growable array * **Log**: An append-only list of variable-size entries * **Cell**: A serializable value