Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.aspect.build/llms.txt

Use this file to discover all available pages before exploring further.

Documentation for @bazel_lib@v3.2.0 View source
Utility functions for encoding and decoding strings with base64. See https://en.wikipedia.org/wiki/Base64.

Function: base64.decode

Decode a base64 encoded string.

Parameters

data
name
required
base64-encoded string
Returns: A string containing the decoded data

Function: base64.encode

Base64 encode a string.

Parameters

data
name
required
string to encode
Returns: The base64-encoded string