Expand description
Schema traversal and info types.
This module provides types for working with parsed schemas:
CommandTree- Traversable view of command hierarchy with display methodsFlatCommand- Flattened command with path informationCommandTreeDisplay- Declarative command tree formattingDisplayStyle- Display style options for command treesComputedData- Pre-computed analysis from Application IR
Structs§
- Command
Tree - A traversable view of the command tree in a schema.
- Command
Tree Display - Declarative command tree display formatter.
- Computed
Data - Pre-computed data from IR analysis.
- Context
Field Info - Info about a context field for code generation.
- Flat
Command - Flattened command info for easier processing.
- Pool
Config - Connection pool configuration.
- Sqlite
Options - SQLite-specific configuration options.
Enums§
- Display
Style - Display style for command trees.