germanic 0.2.3

Schema-validated binary data for AI agents. JSON to .grm compiler with zero-copy FlatBuffers.
Documentation
1
2
3
4
5
6
7
8
//! # Schema Definitions
//!
//! Contains Rust representations of FlatBuffer schemas.

pub mod practice;

// Re-exports for convenient access
pub use practice::{AdresseSchema, PraxisSchema};