summaryrefslogtreecommitdiff
path: root/docs/std/README.md
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-23 00:50:18 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-23 00:50:18 +0000
commit8cb7089b2eb09d40d9497cea40d088d94676a8c6 (patch)
treed4a2a33fe35807abc0cdeeb0be93edcbe75a4996 /docs/std/README.md
parent3a4a72a38675893c3a1854d05c72b957a6bd9364 (diff)
More docs, check 'docs/std'.
Diffstat (limited to 'docs/std/README.md')
-rw-r--r--docs/std/README.md7
1 files changed, 7 insertions, 0 deletions
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.