spec-core: Core library for parsing and generating Rust code from .unit.spec files
This crate provides the core functionality for the spec toolchain:
- Loading and parsing .unit.spec YAML files
- Validating specs against the JSON Schema
- Normalizing to internal representation (IR)
- Generating readable Rust code