Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust-cargo

Can't find crate for `rayon`

How do I exclude a file from being built on OS X?

How can I use Cargo to build a library as both an rlib and a dylib but with different contents?

rust rust-cargo

How to make gitconfig's InsteadOf work with Cargo?

git rust rust-cargo

How do I make rustc-link-search relative to the project location?

rust rust-cargo

How to use "cargo yank"?

rust rust-cargo rust-crates

Turn off default-features in dependency of dependency

rust rust-cargo

How do I use Cargo to build a project while offline?

rust rust-cargo

Why is changing hyphenated crate names to underscored names possible and what are the rules for naming under such ambiguous scenarios?

rust rust-cargo

How do I access files in the src directory from files in my tests directory?

rust rust-cargo

How to import a crate dependency when the library name is different from the package name?

rust rust-cargo

How do I use Tokio Reactor in a #[no_std] environment?

Is there a way of listing all tests in a Cargo project without running them?

rust rust-cargo

How can I compile a string supplied on the command line during compilation into my Rust binary?

rust rust-cargo

How can I make running a Cargo build script optional?

build rust rust-cargo

How do I import multiple versions of the same crate?

rust rust-cargo

How can I make macOS frameworks available to clang in a Nix environment?

macos rust rust-cargo nix