| .. | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
helloworld-rs
cargo run
cargo build --release
./target/release/helloworld-rs
cargo install --path .
cargo install --path . --root /usr/local
| .. | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
cargo run
cargo build --release
./target/release/helloworld-rs
cargo install --path .
cargo install --path . --root /usr/local