std — API Documentation v0.2.32
Project Modules
math
Floating-point mathematics — the Yo-level surface over libc/math.
async/
cli/
collections/
collections/array_list
Dynamic array (vector) with amortized O(1) push and O(1) indexed access.
crypto/
encoding/
encoding/utf8
UTF-8 primitives — the single decoder/encoder the rest of std is built on.
fmt/
fs/
fs/watch
File-system change notifications (fs.watch, plans/archive/STD_API_AUDIT.md §7 P1).
http/
http/client
Async HTTP client — fetch and fetch_with, shaped like JavaScript's
http/server
Minimal HTTP/1.1 server on TcpListener (plans/archive/STD_API_AUDIT.md §7 P1).
imm/
io/
io/index
Async I/O traits — the D5 redesign (plans/archive/STD_API_AUDIT.md §D5).
libc/
libc/sys/
net/
process/
process/index
Process information: platform/arch detection, child-process spawning, and exit.
regex/
spec/
string/
sync/
sys/
sys/events
Event-loop handles — TTY modes, fd polling and filesystem watches.
sys/externs
Extern C runtime function declarations.
sys/tty
Terminal control (termios / Win32 Console) — the raw syscall boundary.