CGrassin / kicad-pinout-generator

This KiCad plugin generates pinouts from the PCB file to various formats.
MIT License
32 stars 6 forks source link

Add enum generator for Rust. #11

Open olFi95 opened 8 months ago

olFi95 commented 8 months ago

In this PR i added an generator for rust enums. For my limited test-cases id worked well.

might be useful for everyone else.