Rust: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 13:57, 12 December 2025
cargo
curl -sSf https://sh.rustup.rs | sh
rustc hello.rs
cargo new foo
cargo new --lib bar
Cargo.toml
[package]
name = "foo"
version = "0.1.0"
authors = ["mark"]
[dependencies]