No description
| .vscode | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
Hello, World!
An open-source Rust project template for modern development using Git, and VSCodium as an IDE.
Building (command-line interface)
The default build system for Rust is cargo. Compile (or re-compile) with the
following command:
cargo build