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

One loose string option entry. More...

#include <base.h>

Data Fields

loomc_string_view_t key
 Canonical option key.
loomc_string_view_t value
 Option value.

Detailed Description

One loose string option entry.

Option entries are intended for argv, framework, scripting, and build-server integration layers that already traffic in string key/value data. Strict and high-throughput embedders should use typed option descriptors when available.


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