Structs§
- Copperlace
- Load-once renderer for repeated renders from one configuration.
Enums§
- Config
Error - Error returned while loading, parsing, compiling, or rendering configuration.
Functions§
- render_
file - Renders one rule from a configuration file.
- render_
file_ inferred - Renders one rule from a configuration file, inferring formatted structured JSON for object-valued rules.
- render_
file_ inferred_ with_ context - Renders one rule from a configuration file with initial context, inferring formatted structured JSON for object-valued rules.
- render_
file_ structured - Renders one object-valued rule from a configuration file as a structured value.
- render_
file_ structured_ with_ context - Renders one object-valued rule from a configuration file as a structured value with initial context.
- render_
file_ with_ context - Renders one rule from a configuration file with initial context.
- render_
str - Renders one rule from a configuration string.
- render_
str_ inferred - Renders one rule from a configuration string, inferring formatted structured JSON for object-valued rules.
- render_
str_ inferred_ with_ context - Renders one rule from a configuration string with initial context, inferring formatted structured JSON for object-valued rules.
- render_
str_ structured - Renders one object-valued rule from a configuration string as a structured value.
- render_
str_ structured_ with_ context - Renders one object-valued rule from a configuration string as a structured value with initial context.
- render_
str_ with_ context - Renders one rule from a configuration string with initial context.
- ruleset_
from_ file - Loads a configuration file and compiles it into a reusable
RuleSet. - ruleset_
from_ str - Parses a configuration string and compiles it into a reusable
RuleSet.