assert
Package assert provides assertion utilities for testing Starlark programs
crypto
Package crypto provides cryptographic hashing and encoding for durable programs
csv
Package csv provides CSV parsing and generation for durable programs
debug
Package debug provides debug and control syscalls for durable programs
env
Package env provides access to process environment variables for durable programs
fs
Package fs provides filesystem access for durable programs
grpc
Package grpc provides gRPC client functionality for durable programs
http
Package httpmodule provides HTTP client functionality for durable programs
json
Package json provides JSON encoding and decoding for durable programs
mock
Package mock provides HTTP mock server utilities for testing Starlark programs
openapi
Package openapi generates clients for a given OpenAPI specification
proto
Package proto provides Protocol Buffer encoding, decoding, and introspection for durable programs
rand
Package rand provides cryptographically secure random value generation for durable programs
retry
Package retry provides retry strategy configuration for durable programs
starlark
Standard Starlark built-in functions, always available without any load() statement
time
Package time provides time and duration utilities for durable programs
url
Package url provides URL parsing and manipulation for durable programs
uuid
Package uuid provides UUID generation for durable programs