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 16ffc74..3cbf8f8 100644
--- a/docs/std/README.md
+++ b/docs/std/README.md
@@ -8,6 +8,7 @@
- [Networking (Net)](./net.md) - TCP networking.
- [Option](./option.md) - Optional values (Some/None).
- [Path](./path.md) - File path manipulation.
+- [Process](./process.md) - Process execution and management.
- [Result](./result.md) - Error handling (Ok/Err).
- [Queue](./queue.md) - FIFO queue (Ring Buffer).
- [Set](./set.md) - Hash set implementation.