#9 - feat: Support leaving a struct out of the output

PR from Codeberg

Sometimes, a base class is just there to share attributed and has no function on its own. It's therefor unnecessary to have them in the output. The compiler will ignore it anyway, but developers will have to read it in v2 where there will be a build step unprocessed.rs --> processed.rs.

Fixes #9 (closed) Support leaving a struct out of the output

Edited by Average Dude