JOKA
A nogc utility library.
Modules 11
- joka.ioThe `io` module provides input and output functions such as file reading.
- joka.mathThe `math` module provides mathematical data structures and functions.
- joka.memoryThe `memory` module provides functions for dealing with memory and various general-purpose containers. `List`, `BufferList`, and `FixedList` are the "basic" containers. Most other containers can ac...
- joka
- joka.rangesThe `ranges` module includes functions that work with ranges.
- joka.stdc
- joka.typesThe `types` module provides basic type definitions, compile-time functions and ASCII string helpers.
- joka.uiThe `ui` module includes a UI library.
- joka.wasip1The `wasip1` module provides types and functions available in WASI preview 1.
- joka.wasm4The `wasm4` module provides variables and functions available in WASM-4.
- joka.witThe `wit` module provides types used in WIT files. Since they are often similar to equivalent Rust types, they may also be useful when interacting with Rust code.