🦀Cargo - The Package manager of Rust.
🦀Cargo.toml --> Config files for Rust like JSON.
🦀Cargo run, cargo build, and cargo check commands and uses.
🦀Started making a guessing game in Rust as a hands-on Project.
You just need to configure your build command and most likely your publish directory. Netlify honestly makes it really easy.
The build command is whatever you’d type in your terminal to compile your react app, and the publish directory is wherever your build command creates your static assets.