Expand description
Avro schema document parser layer for switchback family parsers.
See the crate README for the public API surface.
Re-exports§
pub use schema::AvroArray;pub use schema::AvroEnum;pub use schema::AvroFixed;pub use schema::AvroMap;pub use schema::AvroPrimitive;pub use schema::AvroRecord;pub use schema::AvroSchema;pub use schema::AvroUnion;pub use schema::collect_named_avro_schemas;pub use schema::populate_avro_schema_body;
Modules§
- meta_
schemas - Vendored Avro format JSON Schemas from asyncapi/spec-json-schemas.
- schema
- Avro schema IR and populate helpers.