Core Library
Core Library
Built-in modules available in every Luma program without imports. Read files, parse JSON, handle command-line arguments, manage environment variables, and more.
I/O & Data
Parse flags, prompt for input, and access command-line arguments
Decode, encode, and pretty-print JSON data
Read, write, copy, move, and manage files
Read, write, and load environment variables from .env files
Networking & Low-Level
Make HTTP requests — GET, POST, headers, JSON, form data
Open TCP connections for network communication
Byte buffers for binary data manipulation
Hashing, HMAC, random bytes, and constant-time comparison
Random integers, floats, and booleans for general-purpose use
Generate and validate v4 and v7 UUIDs
Last updated on