Skip to main content

Module toml_schema

Module toml_schema 

Source
Expand description

Hierarchical TOML schema declarations.

[[entity]] declarations are authoring sugar: their names become keyword namespaces, but they do not install or enforce entity types. [[attribute]] declarations expose the same model without an entity block.

Structs§

AttributeDefinition
One normalized attribute declaration, independent of its source syntax.

Enums§

TomlSchemaError
TOML schema parsing or normalization failure.

Functions§

parse
Parses hierarchical TOML into normalized attribute declarations.
parse_edn
Parses TOML and emits equivalent EDN attribute maps for existing APIs.