| Crates.io | struct-from-avro |
| lib.rs | struct-from-avro |
| version | 0.1.4 |
| created_at | 2022-08-19 02:07:13.604871+00 |
| updated_at | 2022-08-22 02:09:32.05439+00 |
| description | Generate structs from avro schemas, you can specify the path of your avsc file on the program arguments |
| homepage | |
| repository | |
| max_upload_size | |
| id | 648480 |
| size | 25,243 |
Struct 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.
sruct-from-avro your_schema.avsc > your_rust_file.rs
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!