-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
buildsystemRelated to generating the device-modules from ATDF files.Related to generating the device-modules from ATDF files.help wantedExtra attention is neededExtra attention is needed
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 ;)
Metadata
Metadata
Assignees
Labels
buildsystemRelated to generating the device-modules from ATDF files.Related to generating the device-modules from ATDF files.help wantedExtra attention is neededExtra attention is needed