Rust
Source Code Structure
In order to compile your source code, make sure you have the following file structure within the ❮sourceCodePath❯ folder that will be built.
📁 src └─ 📄 main.rs 📄 Cargo.toml 📄 Cargo.lock
Last updated
Was this helpful?