Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultBindingsDenylist = []string{"reference"}
List of bindings that are on the deny list by default. Add them to an allowlist to enable.
Functions ¶
This section is empty.
Types ¶
type GeneratorConfig ¶
type GeneratorConfig struct { // Name for the fidl library used in rust benchmarks. RustBenchmarksFidlLibrary string // Name for the fidl library used in cpp benchmarks. CppBenchmarksFidlLibrary string // Directory for generated conformance test fuzzer corpus. FuzzerCorpusDir string }
A config passed to generators.
Click to show internal directories.
Click to hide internal directories.