📄️ Core
The std/core module provides fundamental classes and exceptions used across the Aura language.
📄️ String
The std/string module provides utility functions for manipulating and analyzing strings.
📄️ Math
The std/math module provides common mathematical utilities.
📄️ File System (FS)
The std/fs module provides synchronous and asynchronous file system utilities.
📄️ Networking (Net)
The std/net module provides TCP socket and DNS resolution utilities.
📄️ HTTP
The std/http module provides high-level HTTP client and server abstractions.
📄️ Date & Time
The std/date module provides classes for date and time handling.
📄️ Array
The std/array module provides utilities for working with arrays.