Search code examples
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
Unit Tests not Compiling or Being found without mod tests in main.rs. Is this a requirement or am I ...

unit-testingrustrust-cargo

Read More
Segfault in Rust when calling a function returned by a cdylib crate function...

rustdllsegmentation-faultrust-cargodangling-pointer

Read More
error: linker `x86_64-w64-mingw32-gcc` not found...

rustcompiler-errorsrust-cargo

Read More
How to create a vector of generic functions in Rust...

rustrust-cargo

Read More
Can tests be built in release mode using Cargo?...

rustrust-cargo

Read More
How can I exclude a crate from compilation when a feature is disabled?...

rustrust-cargo

Read More
Why does dereferencing a String (not &String) work in Rust?...

rustreferencerust-cargodereference

Read More
How do I tell Cargo to update dependencies beyond the current versions of my project?...

rustrust-cargo

Read More
Cargo Error: failed to get `X` as a dependency...

rustrust-cargo

Read More
How to suppress empty outputs of cargo test when running a specific test?...

unit-testingrustrust-cargo

Read More
Patching version of transient dependencies Rust...

rustdependency-managementrust-cargo

Read More
Is there a Cargo environment variable for the workspace directory?...

rustrust-cargo

Read More
How can I use a custom module inside a doctest?...

rustrust-cargo

Read More
does profile-rustflags allow setting features based on profile?...

rustrust-cargo

Read More
Generating constants at compile time from file content...

rustrust-cargo

Read More
How to use the mold linker with cargo?...

rustlinkerrust-cargomold

Read More
What causes a spurious "<dependency> required to be available in rlib format, but was not...

rustrust-cargorust-crates

Read More
cargo-generate install fail on Ubuntu 20.04...

rustubuntu-12.04rust-cargo

Read More
Is there a command to automatically add a crate to my Cargo.toml?...

rustrust-cargo

Read More
How to install +nightly?...

rustrust-cargo

Read More
Is there a cargo command exclusively to download crates to the registry directory?...

rustrust-cargo

Read More
Inherit project dependencies in Rust...

rustdependenciesrust-cargo

Read More
How to run cargo fmt on save in vscode?...

visual-studio-coderustrust-cargo

Read More
Set a project to use nightly by default...

rustrust-cargo

Read More
How to build a docker image including local dependencies?...

dockerrustrust-cargo

Read More
How to debug unit tests in Rust using Sublime Debugger?...

debuggingrustsublimetextrust-cargo

Read More
Using Rust cargo in Visual Studio Cde. Error: Unable to execute: "sh" "-c" &quot...

rustrust-cargo

Read More
I can't seem to build Opencv for my Rust project using cargo?...

opencvrustrust-cargo

Read More
BackNext