0x0LearnReferenceLibraries0x0.jmp0x1b.com

0x0 Standard Library Modules

The standalone stdlib package is ordinary 0x0 source, has its own README and

smoke test, and is published through the public library registry metadata.

This document is the public 0x0 standard-library module reference.

Package Surface

The package exposes 63 documented public functions. Every public function uses

the normal kebab-case naming policy and has a source doc annotation.

Covered Module Families

The module coverage matrix is libs/stdlib/modules.tsv. It covers:

matcher, effect, protocol, and intent;

secret, and ffi;

worker, supervisor, actor, actor_test, and workspace;

Runtime Boundary

Runtime-effect families expose explicit request descriptors. They do not hide

filesystem, network, subprocess, random, time, or secret effects inside pure

helpers. Programs that perform those effects still use the production host

runtime capabilities documented in docs/runtime-production-capabilities.html.

This keeps stdlib helpers importable and testable as standalone library source

while preserving capability enforcement at the runtime boundary.

Verification

Use the bounded gate:


make stdlib-parity-check

The gate validates:

standard-library module boundary;

the VM runtime.