::base64 | 5 | — | Base64 encoding and decoding functions. |
::bit | 6 | — | Bitwise operations for integers and bytes. |
::bool | 5 | — | Boolean logic and conditional functions. |
::bytes | 5 | — | Byte array operations for binary protocol support. |
::cmp | 6 | — | Comparison functions for equality and ordering. |
::coll | 39 | — | Collection functions for Vec, Map, and Str manipulation. |
::ctx | 3 | — | Execution context for storing and retrieving values during a run. |
::env | 2 | — | Environment variable access. |
::event | 1 | 1 | Event publishing for triggering handlers. |
::file | 8 | 1 | File system operations for reading, writing, and managing files. |
::hash | 6 | — | Cryptographic hash functions. |
::hex | 3 | — | Hexadecimal encoding and decoding functions. |
::hmac | 5 | — | HMAC (Hash-based Message Authentication Code) functions for message authentication and API signing. |
::http | 10 | 4 | HTTP client for making web requests. |
::io | 10 | — | Input/output functions for stdout and stderr. |
::iter | 11 | 2 | Iterator support for lazy sequences and streaming data. |
::json | 2 | — | JSON serialization and deserialization. |
::lang | 8 | — | Language introspection and function invocation utilities. |
::math | 14 | — | Mathematical operations and numeric utilities. |
::media | 8 | 9 | Unified types for media files (images, audio, video). |
::meta | 2 | 1 | Metadata and source location introspection. |
::mime | 12 | — | MIME type utilities for working with file types and content types. |
::random | 3 | — | Cryptographically secure random generation. |
::regex | 10 | — | Regular expression matching and manipulation. |
::run | 5 | 10 | Run control for failures and cancellations. |
::str | 17 | — | String manipulation and formatting functions. |
::stream | 1 | — | Stream data emission for real-time partial results and progress updates. |
::term | 17 | — | Terminal colors and ANSI escape codes. |
::test | 23 | — | Testing framework with assertions and test runners. |
::time | 26 | 15 | Date, time, and duration types based on the Temporal specification. |
::type | 21 | 14 | Type checking, conversion, and built-in type constructors. |
::uuid | 1 | 1 | UUID generation and validation. |