lib/

directory
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 13, 2026 License: MIT

Directories

Path Synopsis
Package atom provides atomic operations for integers, floats and strings.
Package atom provides atomic operations for integers, floats and strings.
Package base64 defines base64 encoding & decoding functions for Starlark.
Package base64 defines base64 encoding & decoding functions for Starlark.
Package csv reads comma-separated values from strings and writes CSV data to strings.
Package csv reads comma-separated values from strings and writes CSV data to strings.
Package file defines functions that manipulate files, it's inspired by file helpers from Amoy.
Package file defines functions that manipulate files, it's inspired by file helpers from Amoy.
Package goidiomatic provides a Starlark module that defines Go idiomatic functions and values.
Package goidiomatic provides a Starlark module that defines Go idiomatic functions and values.
Package hashlib defines hash primitives for Starlark.
Package hashlib defines hash primitives for Starlark.
Package http provides tools for integrating HTTP request handling within Go-based web servers and clients with Starlark scripting capabilities.
Package http provides tools for integrating HTTP request handling within Go-based web servers and clients with Starlark scripting capabilities.
Package json defines utilities for converting Starlark values to/from JSON strings based on go.starlark.net/lib/json.
Package json defines utilities for converting Starlark values to/from JSON strings based on go.starlark.net/lib/json.
Package log provides functionality for logging messages at various severity levels in the Starlark environment.
Package log provides functionality for logging messages at various severity levels in the Starlark environment.
Package net provides network-related functions for Starlark, inspired by Go's net package and Python's socket module.
Package net provides network-related functions for Starlark, inspired by Go's net package and Python's socket module.
Package path provides path manipulation for Starlark.
Package path provides path manipulation for Starlark.
Package random defines functions that generate random values for various distributions, it's intended to be a drop-in subset of Python's random module for Starlark.
Package random defines functions that generate random values for various distributions, it's intended to be a drop-in subset of Python's random module for Starlark.
Package re defines regular expression functions, it's intended to be a drop-in subset of Python's re module for Starlark.
Package re defines regular expression functions, it's intended to be a drop-in subset of Python's re module for Starlark.
Package regex provides regular expression functions for Starlark, intended as a subset of Python's re module backed by Go's RE2 engine.
Package regex provides regular expression functions for Starlark, intended as a subset of Python's re module backed by Go's RE2 engine.
Package runtime implements the Starlark module for Go and app runtime information.
Package runtime implements the Starlark module for Go and app runtime information.
Package serial defines a Starlark module that serializes data values to and from a JSON envelope, round-tripping the types plain JSON cannot: bytes, set, tuple, big integers, time, and dicts with non-string keys.
Package serial defines a Starlark module that serializes data values to and from a JSON envelope, round-tripping the types plain JSON cannot: bytes, set, tuple, big integers, time, and dicts with non-string keys.
Package stats provides a Starlark module for comprehensive statistics functions.
Package stats provides a Starlark module for comprehensive statistics functions.
Package string defines functions that manipulate strings, it's intended to be a drop-in subset of Python's string module for Starlark.
Package string defines functions that manipulate strings, it's intended to be a drop-in subset of Python's string module for Starlark.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL