summaryrefslogtreecommitdiff
path: root/docs/std/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/std/README.md')
-rw-r--r--docs/std/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/std/README.md b/docs/std/README.md
index f15b67a..6125a4e 100644
--- a/docs/std/README.md
+++ b/docs/std/README.md
@@ -2,6 +2,7 @@
- [Env (Environment)](./env.md) - Process environment variables.
- [File System (FS)](./fs.md) - File I/O and directory operations.
+- [IO](./io.md) - Standard Input/Output.
- [Map](./map.md) - Hash map implementation.
- [Option](./option.md) - Optional values (Some/None).
- [Path](./path.md) - File path manipulation.