struct-from-avro

Crates.iostruct-from-avro
lib.rsstruct-from-avro
version0.1.4
sourcesrc
created_at2022-08-19 02:07:13.604871
updated_at2022-08-22 02:09:32.05439
descriptionGenerate structs from avro schemas, you can specify the path of your avsc file on the program arguments
homepage
repository
max_upload_size
id648480
size25,243
Leonardo Golfeto (leonardogolfeto)

documentation

README

Struct From Avro

Test Status

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.

Features

  • Generate Rust structs from a avro schema (avsc file or json)

Usage

sruct-from-avro your_schema.avsc > your_rust_file.rs

Installation

cargo install sruct-from-avro

Development

Want to contribute? Great!

it's as simple as coding and opening a pull request!

License

MIT

Free Software, Hell Yeah!

Commit count: 0

cargo fmt