Skip to main content

Standard Library

Zerolang's standard library is designed to cover common program needs, reducing the need for external dependency searches.

Documented Modules

ModuleDescription
std.argsCommand-line argument parsing
std.envEnvironment variable access
std.fsFilesystem operations
std.cryptoCryptographic operations
std.httpHTTP client
std.netNetwork operations

Design Principles

  • All external access goes through explicit capabilities
  • Stable APIs make effects, ownership, and cleanup visible
  • Target-neutral packages should keep filesystem code outside their cross-target entry point