From Rust to Svelte, what tech stack will I use
TL;DR Here is a template for your new web app project: Svelte + TypeScript + Parcel + Rust... (more…)
Read more »
Currently it is not possible
to instruct cargo, the Rust package manager, to build only the dependencies
of the software you are compiling! This means you can’t easily pre-install
build dependencies. Luckily you can workaround this with cargo build -p!
I’… Read more