AXL SDK API Reference
AXL is a GLib-inspired C library for UEFI. The public API uses standard C types, snake_case naming, and UTF-8 strings throughout. No EDK2 headers leak through the public API.
Include <axl.h> for the full API, or individual headers for specific
modules.
Modules
- AxlMem – Memory Allocation
- AxlStr – String Utilities
- AxlString – String Builder
- AxlIO – Stream I/O
- AxlLog – Logging
- AxlData – Data Structures
- AxlJson – JSON
- AxlCache – TTL Cache
- AxlConfig – Configuration
- AxlPath – Path Manipulation
- AxlArgs – Argument Parser
- AxlLoop – Event Loop
- AxlTask – Task Pool and Arena
- AxlNet – Networking
- AxlTls – TLS Support
- AxlSys – System Utilities
- AxlGfx – Graphics
Reference