Skip to content

Index

Auto-generated documentation for all axon-std modules.


ModuleImport PathPublic FunctionsFFI Bindings
channelstd/channel.axs77
collectionsstd/collections.axs175
encodingstd/encoding.axs116
evloopstd/evloop.axs107
fmtstd/fmt.axs137
hashmapstd/hashmap.axs102
hotswapstd/hotswap.axs55
httpstd/http.axs136
iostd/io.axs42
logstd/log.axs165
mathstd/math.axs4321
memstd/mem.axs98
netstd/net.axs1212
optionstd/option.axs182
osstd/os.axs66
raylibstd/raylib.axs038
resultstd/result.axs183
sortstd/sort.axs85
stringstd/string.axs1110
threadstd/thread.axs66
timestd/time.axs62
uuidstd/uuid.axs116

Total: 22 modules, 254 public functions, 171 FFI bindings


(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