Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust-cargo

How to tell Cargo to use a git repository as source for an indirect dependency instead of crates.io?

rust rust-cargo

How to specify the path to a Cargo.toml

rust rust-cargo

Where are modules installed by Cargo stored in a Rust project?

rust rust-cargo

How to recursively test all crates under a directory?

testing rust rust-cargo

Is it possible to check if `panic` is set to `abort` while a library is compiling?

rust rust-cargo

Can Rust's clippy do autocorrection / autofix?

What exactly is considered a breaking change to a library crate?

How to limit the number of test threads in Cargo.toml?

testing rust rust-cargo

How can I specify a custom Cargo output directory?

rust rust-cargo

Is there any way to tell Cargo to run its tests on the main thread?

rust rust-cargo

Specify the version of rustc required for a Cargo project

rust rust-cargo

What is an idiomatic way to have shared utility functions for integration tests and benchmarks?

How do I specify the linker path in Rust?

Linking Rust application with a dynamic library not in the runtime linker search path

How to link against a local Rust library? (similar to npm link)

Should Cargo.lock be committed when the crate is both a rust library and an executable?

rust rust-cargo rust-crates

Run additional tests by using a feature flag to "cargo test"

testing rust rust-cargo

How can I specify which crate `cargo run` runs by default in the root of a Cargo workspace?

rust rust-cargo

How to cross compile from Mac to Linux?

macos ubuntu rust rust-cargo