#![forbid(unsafe_code)]
#![allow(missing_docs)]
pub mod meta_schemas;
pub mod schema;
pub use schema::{
AvroArray, AvroEnum, AvroFixed, AvroMap, AvroPrimitive, AvroRecord, AvroSchema, AvroUnion,
collect_named_avro_schemas, populate_avro_schema_body,
};