MensaApp
MensaApp copied to clipboard
Backend compile time optimizations
Following https://matklad.github.io/2021/09/04/fast-rust-builds.html, trying to make compile times shorter.
Starting point: 3.5 min for clean release build
- Use
--timedto identify unnecessry slow dependencis- removed unneccesary image types -> 2,5 min