From 98623f2fdd63232edf0ebab1b9680cf4e33e6f10 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Fri, 23 Jan 2026 01:54:51 +0000 Subject: More docs, and a few improvements for the standard library --- docs/std/README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/std/README.md') diff --git a/docs/std/README.md b/docs/std/README.md index 988440d..f15b67a 100644 --- a/docs/std/README.md +++ b/docs/std/README.md @@ -6,5 +6,6 @@ - [Option](./option.md) - Optional values (Some/None). - [Path](./path.md) - File path manipulation. - [Result](./result.md) - Error handling (Ok/Err). +- [Queue](./queue.md) - FIFO queue (Ring Buffer). - [String](./string.md) - Growable, heap-allocated string type. - [Vector (Vec)](./vec.md) - A growable dynamic array. -- cgit v1.2.3