//! Schema Parser and Code Generators
//!
//! This module provides a unified schema representation for A2A (agent-to-agent)
//! communication, with parsers from multiple formats (JSON Schema, OpenAPI, RDF)
//! and code generators for multiple target languages (Rust, Go, Elixir, Java, TypeScript).
pub use ;
pub use ;