Index
Axon Standard Library — API Reference
Section titled “Axon Standard Library — API Reference”Auto-generated documentation for all axon-std modules.
Modules
Section titled “Modules”| Module | Import Path | Public Functions | FFI Bindings |
|---|---|---|---|
| channel | std/channel.axs | 7 | 7 |
| collections | std/collections.axs | 17 | 5 |
| encoding | std/encoding.axs | 11 | 6 |
| evloop | std/evloop.axs | 10 | 7 |
| fmt | std/fmt.axs | 13 | 7 |
| hashmap | std/hashmap.axs | 10 | 2 |
| hotswap | std/hotswap.axs | 5 | 5 |
| http | std/http.axs | 13 | 6 |
| io | std/io.axs | 4 | 2 |
| log | std/log.axs | 16 | 5 |
| math | std/math.axs | 43 | 21 |
| mem | std/mem.axs | 9 | 8 |
| net | std/net.axs | 12 | 12 |
| option | std/option.axs | 18 | 2 |
| os | std/os.axs | 6 | 6 |
| raylib | std/raylib.axs | 0 | 38 |
| result | std/result.axs | 18 | 3 |
| sort | std/sort.axs | 8 | 5 |
| string | std/string.axs | 11 | 10 |
| thread | std/thread.axs | 6 | 6 |
| time | std/time.axs | 6 | 2 |
| uuid | std/uuid.axs | 11 | 6 |
Total: 22 modules, 254 public functions, 171 FFI bindings
Quick Start
Section titled “Quick Start”(module (import math "std/math.axs") (import io "std/io.axs")
(fn main () i32 (block (call io.println (call math.abs (i64 -42))) (i32 0))))See the main README for full setup instructions.
Generated by scripts/gen_docs.sh