0x0LearnReferenceLibraries0x0.jmp0x1b.com

API Reference Guide

The generated API reference is API Reference. It is generated from

checked .0x0 source files by tools/docgen.0x0.

How To Read A Function Entry

Each generated entry currently includes:

Example shape:


### `option-some`

Type: `(∷ (→ Any Any))`

Create a present optional value.

API Documentation Standard

For public functions, maintainers should make the source doc annotation precise

enough that generated docs can answer:

verification`;

behavior, or none;

Do not invent fields that the implementation does not provide. Use `Needs

verification` for unproven error behavior, complexity, or concurrency claims.

Current Gap

The generated reference is useful for discovery, but it is not yet Rust-level API

documentation for every public function. Many source annotations are concise.

Needs verification:

Updating API Docs

After changing public doc annotations in .0x0 source:


make docs-api
make docs-check

If behavior changed, also update the relevant beginner guide, exact reference

doc, and ADR/RFC documentation impact review.