avrogen 0.3.4

This program allow allow to generate rust code from avro definition files. Modules are created from namespace information
Documentation
1
2
3
4
5
6
7

mod global;
pub mod namespace;
mod schema;
mod field_type;
mod field_default_value;
mod field;