| ▲ | galleywest200 7 hours ago | |
Last time I messed with Tauri my bin folder in my code/building directory ballooned to 10 gigs. If the final product is “lightweight” the development process surely is not. | ||
| ▲ | aabhay 6 hours ago | parent [-] | |
That’s just Rust in general. But what you lose in disk space you gain considerably in optimized executables. The tradeoff is well worth it. | ||