Search code examples
cargo build causes linking with cc failed because (maybe) openssl and reqwest...


rustrust-cargoreqwest

Read More
How can I add a "std=c99" flag to cc when compiling using cargo?...


rustcompilationrust-cargocc

Read More
Pass environment variables to tests but not the cargo binary...


rustrust-cargo

Read More
What is the benefit of using tokio instead of OS threads in Rust...


multithreadingrustthreadpoolrust-cargorust-tokio

Read More
Rust Bevy cannot run the release executable file; missing libbevy_dylib...


ubunturustrust-cargobevy

Read More
How can I specify the version of Rust required for a Cargo package?...


rustrust-cargo

Read More
`writeln!(std::io::stdout().lock(), "")` cannot be captured by cargo test...


rustrust-cargorust-tokio

Read More
rustc -L command not finding crate...


rustrust-cargo

Read More
Is it possible to permanently / system wide disable non snake case warning emitted by rust compiler?...


rustrust-cargo

Read More
How to enable only a subset of Polars' crate features?...


rustdependenciesrust-cargorust-polars

Read More
How to import funnctions in rust from sub directories without using mod.rs...


rustrust-cargo

Read More
vscode does not work when it has multiple cargo projects?...


visual-studio-coderustrust-cargorust-analyzer

Read More
How do I prevent `rust doc` from adding dependencies to documentation?...


rustrust-cargorustdoc

Read More
Could not find `Cargo.toml` when building a dependent crate from GitHub...


rustrust-cargo

Read More
How can I conditionally depend on different versions of a dependency via crate features but use it a...


rustdependenciesrust-cargoconditional-compilation

Read More
How can I use a library that is not on crates.io?...


rustdependenciesrust-cargorust-crates

Read More
How to cache Cargo packages in the Github CI workflow?...


rustrust-cargo

Read More
How do I use conditional compilation with `cfg` and Cargo?...


rustrust-cargo

Read More
How to run commands from a cargo crate?...


rustrust-cargo

Read More
Can we download something & set environment variable during crate installation?...


rustrust-cargorust-crates

Read More
Why does a module from the WinApi crate not exist when its in the docs?...


windowswinapirustrust-cargo

Read More
Failed compilation of the rust project with a custom structure and the use of macros...


rustmacrosrust-cargoworkspacerust-rocket

Read More
How can I handle a string generated from macro within procedural macro?...


rustrust-cargocompile-timerust-proc-macros

Read More
Is it possible to make a step-by-step build using cargo?...


testingrustrust-cargo

Read More
How to fix "cannot find -lxcb" error during cargo install?...


linuxubunturustlinker-errorsrust-cargo

Read More
how I can use --config command in docker for rust...


dockerrustdockerfilerust-cargo

Read More
How to make cargo use another path to compile instead of /tmp (No space left on device (os error 28)...


linuxrustdebianrust-cargo

Read More
How am I messing up these modules?...


rustmodulerust-cargorust-crates

Read More
Is there any way to include data files in a Rust library?...


rustrust-cargo

Read More
How do I use external crates in Rust?...


rustdependenciesrust-cargorust-crates

Read More
BackNext