Skip to content

Code written while following the book "Rust in Action" by Tim McNamara

Notifications You must be signed in to change notification settings

pmuens/rust-in-action

Repository files navigation

Rust in Action

Code written while following the book "Rust in Action" by Tim McNamara.

Useful Commands

nix-shell

cargo init
cargo new <name>

cargo build [--bin <binary>]
cargo clean
cargo test
cargo bench

cargo update
cargo add <name>
cargo search <name>

cargo run [--bin <binary>] [-- arg]

cargo doc [--open]
cargo fix
cargo fmt
cargo clippy
cargo check

cargo install <name>
cargo uninstall <name>

rustup doc [--open] [--no-deps]
rustup update [toolchain]
rustup toolchain list

rustdoc <name>.rs

Useful Resources

About

Code written while following the book "Rust in Action" by Tim McNamara

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published