lerouxrgd / rsgen-avro

Command line and library for generating Rust types from Avro schemas
MIT License
37 stars 29 forks source link

feat: add extra derives option #76

Closed ouertani closed 1 month ago

ouertani commented 1 month ago

Allow the user to define his own extra derives, which will provide more flexibility to customize the generated structs.

lerouxrgd commented 1 month ago

This looks good ! Could you also provide a few tests for this feature ?

ouertani commented 1 month ago

@lerouxrgd I added a couple of tests

lerouxrgd commented 1 month ago

Thanks for the PR !