bytes | Package bytes implements functions for the manipulation of byte slices. |
cuelang.org/go/cue | Package cue is the main API for CUE evaluation. |
cuelang.org/go/cue/ast | Package ast declares the types used to represent syntax trees for CUE packages. |
cuelang.org/go/cue/build | Package build defines data types and utilities for defining CUE configuration instances. |
cuelang.org/go/cue/errors | Package errors defines shared types for handling CUE errors. |
cuelang.org/go/cue/format | Package format implements standard formatting of CUE configurations. |
cuelang.org/go/cue/literal | Package literal implements conversions to and from string representations of basic data types. |
cuelang.org/go/cue/parser | Package parser implements a parser for CUE source files. |
cuelang.org/go/cue/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
cuelang.org/go/encoding/json | Package json converts JSON to and from CUE. |
cuelang.org/go/encoding/jsonschema | Package jsonschema converts JSON Schema to CUE |
cuelang.org/go/encoding/openapi | Package openapi provides functionality for mapping CUE to and from OpenAPI v3.0.0. |
cuelang.org/go/encoding/protobuf | Package protobuf defines functionality for parsing protocol buffer definitions and instances. |
cuelang.org/go/encoding/protobuf/jsonpb | Package jsonpb rewrites a CUE expression based upon the Protobuf interpretation of JSON. |
cuelang.org/go/encoding/protobuf/textproto | Package textproto converts text protobuffer files to and from CUE. |
cuelang.org/go/encoding/toml | Package toml converts TOML to and from CUE. |
cuelang.org/go/encoding/yaml | Package yaml converts YAML encodings to and from CUE. |
cuelang.org/go/internal | Package internal exposes some cue internals to other packages. |
cuelang.org/go/internal/encoding/yaml | |
cuelang.org/go/internal/filetypes | |
cuelang.org/go/internal/source | Package source contains utility functions that standardize reading source bytes across cue packages. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
golang.org/x/text/encoding/unicode | Package unicode provides Unicode encodings such as UTF-16. |
golang.org/x/text/transform | Package transform provides reader and writer wrappers that transform the bytes passing through as well as various transformations. |
io | Package io provides basic interfaces to I/O primitives. |
io/fs | Package fs defines basic interfaces to a file system. |
maps | Package maps defines various functions useful with maps of any type. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |