- Crypto (SHA1) - Cryptographic primitives.
- CUDA - CUDA GPGPU operations.
- Encoding (Base64) - Data encoding utilities.
- Env (Environment) - Process environment variables.
- File System (FS) - File I/O and directory operations.
- IO - Standard Input/Output.
- Iterator (Iter) - Iterator traits.
- JSON - JSON parsing and serialization.
- Map - Hash map implementation.
- Memory (Mem) - Allocators and memory traits (
Drop,Copy). - Networking (Net) - TCP, UDP, HTTP, DNS, and URL parsing.
- Option - Optional values (Some/None).
- Path - File path manipulation.
- Process - Process execution and management.
- Result - Error handling (Ok/Err).
- Regex - Regular expressions.
- SIMD - Native SIMD vector types and operations.
- Queue - FIFO queue (Ring Buffer).
- Set - Hash set implementation.
- Slice - Array slicing.
- Stack - LIFO stack.
- String - Growable, heap-allocated string type.
- Thread (Concurrency) - Multithreading and synchronization.
- Time - Time measurement and sleep.
- Vector (Vec) - A growable dynamic array.