Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust-cargo

Cargo.toml: how do I select a dependency's feature based on my crate's features? [duplicate]

Is there a way to make it easier to debug failing, non-terminating, tests?

Rust compilation error " failed to run custom build command for `freetype-sys v0.13.1' " win 10

rust gtk rust-cargo

What causes a spurious "<dependency> required to be available in rlib format, but was not found in this form" error?

rust rust-cargo rust-crates

How to use external crates in a Cargo build script?

rust rust-cargo

Run doc test in examples/ folder with cargo

rust rust-cargo

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

rust rust-cargo

Can I publish a crate that uses a patch?

c rust rust-cargo rust-crates

Can I set Cargo project's default features depending on the platform?

rust rust-cargo

Difference between `cargo doc` and `cargo rustdoc`

rust rust-cargo rustdoc

How to use module in another file besides main.rs

rust module rust-cargo

Use cargo check in its own directory avoiding blocking cargo run

rust rust-cargo

Why does Rust perform integer overflow checks in --release?

How to access functions of a binary from integration tests in Rust's Cargo

rust rust-cargo

How to link against Rust crate from integration tests in 'tests' folder when building static library?