From 8cb7089b2eb09d40d9497cea40d088d94676a8c6 Mon Sep 17 00:00:00 2001 From: Zuhaitz Méndez Fernández de Aránguiz Date: Fri, 23 Jan 2026 00:50:18 +0000 Subject: More docs, check 'docs/std'. --- docs/std/README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/std/README.md') diff --git a/docs/std/README.md b/docs/std/README.md index 8202192..988440d 100644 --- a/docs/std/README.md +++ b/docs/std/README.md @@ -1,3 +1,10 @@ # Standard Library +- [Env (Environment)](./env.md) - Process environment variables. +- [File System (FS)](./fs.md) - File I/O and directory operations. +- [Map](./map.md) - Hash map implementation. +- [Option](./option.md) - Optional values (Some/None). +- [Path](./path.md) - File path manipulation. +- [Result](./result.md) - Error handling (Ok/Err). +- [String](./string.md) - Growable, heap-allocated string type. - [Vector (Vec)](./vec.md) - A growable dynamic array. -- cgit v1.2.3