Structs§
- Compiled
Config - Output of
compile_config— the routes that have APL blocks plus the registry of plugin declarations from the rootplugins:block. - Config
Yaml - Top-level config — only the bits step 5a understands.
- Route
Yaml
Enums§
Functions§
- compile_
config - Compile a YAML config into a
CompiledConfig(routes + plugin registry). - compile_
policy_ block_ value - Compile a single APL policy block from a
serde_yaml::Valuewhose shape is the body of a route’sapl:block: - parse_
pipeline - Parse a pipe-chain string into a
Pipeline. - parse_
predicate - Parse a predicate string into the IR. Public for tests + step-5b use.
- parse_
rule - Parse a single rule line into a
Rule. - parse_
step - Parse a single YAML entry from a
policy:/post_policy:list.