Top "Rust-cargo" questions

Cargo is the official package manager for the Rust programming language.

Multiple Rust source files for cargo

If I have multiple .rs files in the src directory of a Cargo package, what are the rules for visibility, …

rust rust-cargo
How to compile a static musl binary of a Rust project with native dependencies?

I have a project with dependencies on Hyper and Diesel, and because of that, on native libraries OpenSSL and libpq. …

rust static-linking rust-cargo musl
How to define test-only dependencies?

I have a Rust library that implements a lint plugin. I want to include compiletest, but not require it outside …

rust rust-cargo
rustup gives command not found error with zsh even after installing with brew

I installed rustup with brew command but still says that rustup command is not found. I am not sure if …

rust rust-cargo rustup