Nyx API & Symbol Reference

Complete symbol and module reference for all built-in types, functions, and standard library components in the Nyx programming language.

Core Packages & Namespaces

ModuleNamespaceDescription
std.secstd::secEnterprise security, AES-256 encrypted capability vaults, NIDS intrusion inspection
std.gisstd::gisWGS84 (EPSG:4326), Web Mercator (EPSG:3857), point-in-polygon, hillshading, Spatial Agent Memory
std.cloudstd::cloudAWS S3 SigV4, GCP GCS, Azure Blob Storage, Connect RPC, Circuit Breakers
std.uistd::uiMaterial Design 3 desktop UI components, 120 FPS motion physics, Skia rendering
std.mlstd::mlUniversal AI Model Hub (OpenAI, Claude, Gemini, DeepSeek, Ollama), AVX2 SIMD GEMM, vector search
std.roboticsstd::robotics6-DOF DH parameter forward kinematics, quintic trajectory splines, PID controllers
std.blockchainstd::blockchainMerkle tree proofs, SHA-256 block mining, UTXO ledgers, 3-phase PBFT consensus
std.audiostd::audioPortAudio 16 kHz low-latency streaming, FFT, Mel filterbanks for Whisper AI, Biquad filters

Generating API Documentation

To auto-generate HTML documentation from doc comments in your own Nyx packages, run:

nyx doc --output docs/api/