No description
- Rust 100%
This commit sets up the basic structure for a new Rust project. It includes: - `.gitignore` to ignore common build artifacts and editor files. - `Cargo.toml` and `Cargo.lock` for project dependencies and metadata. - `src/main.rs` with a basic "Hello, world!" program. |
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||