Closed
Description
Right now we're calling form
and rustfmt
to split out the auto-generated modules into many files. I don't think this provides much value as nobody is going to look at those file anyway.
I have a suspicion that we could reduce the crate (download) size a bit by not calling form
. For rustfmt on the other hand I am completely unsure whether it helps or not. svd2rust
does generate a lot of unnecessary whitespace but I do not know whether rustfmt
generates more or less (due to indentation). A rust minifier would of course be the best solution here ;)