Loom C API
Public Loom compiler C API
Loading...
Searching...
No Matches
loomc_config_binding_t Struct Reference

Single configuration key/value binding. More...

#include <config.h>

Data Fields

loomc_string_view_t key
 Config key, with a leading @ accepted by normalization.
loomc_string_view_t value
 Config value spelling.

Detailed Description

Single configuration key/value binding.

Lifetime
Binding strings are borrowed by the descriptor that contains them unless an operation explicitly documents that it copies the bindings.

The documentation for this struct was generated from the following file: