Expand description
Source file parsing for Ormada models and schemas
This module parses Rust source files to extract schema information from
#[ormada_model] and #[ormada_schema] attributes.
Structs§
- Discovery
Config - Configuration for source discovery
Enums§
- Parse
Error - Errors that can occur during parsing
Functions§
- discover_
models - Discover all models from source files
- parse_
file - Parse a single Rust file for model definitions
- parse_
source - Parse Rust source code for model definitions
Type Aliases§
- Parse
Result - Result type for parser operations