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 defines functions that manipulate directories, it's inspired by pathlib module from Mojo.
|
Package path defines functions that manipulate directories, it's inspired by pathlib module from Mojo. |
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 runtime implements the Starlark module for Go and app runtime information.
|
Package runtime implements the Starlark module for Go and app runtime information. |
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. |
Click to show internal directories.
Click to hide internal directories.