Schema from avro is a project that aims to speed up the development process for rust systems that use avro schema, removing the need to manually map a schema to a struct, thus mitigating probable errors at development time.
sh
sruct-from-avro your_schema.avsc > your_rust_file.rs
sh
cargo install sruct-from-avro
Want to contribute? Great!
it's as simple as coding and opening a pull request!
MIT
Free Software, Hell Yeah!