JOKA

v0.1.20

A nogc utility library.

Modules 11

  • joka.io
    The `io` module provides input and output functions such as file reading.
  • joka.math
    The `math` module provides mathematical data structures and functions.
  • joka.memory
    The `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.ranges
    The `ranges` module includes functions that work with ranges.
  • joka.stdc
  • joka.types
    The `types` module provides basic type definitions, compile-time functions and ASCII string helpers.
  • joka.ui
    The `ui` module includes a UI library.
  • joka.wasip1
    The `wasip1` module provides types and functions available in WASI preview 1.
  • joka.wasm4
    The `wasm4` module provides variables and functions available in WASM-4.
  • joka.wit
    The `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.