PingPongun

Results 3 issues of PingPongun

Currently, EnumIter for struct with constant generic results in error E0747 (constant provided when a type was expected). That's because generated iter struct looks sth like: ```Rust struct LanguageIter {...

Similar to #89. If zone is on all layers KiCad may use `(layers *.Cu)` which is serialized by `kiutils` incorrectly as `(layer *.Cu)`, and that causes KiCad to segfault when...

- replaced vector `Toasts.added_toasts` with global crossbeam_channel `TOASTS_CHANNEL` - adding new toast does not require `Toasts` instance. Can be done directly from `Toast` (this allows pushing new toasts from any...