Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust-crates

Can't find crate for `num`

import rust rust-crates

How can I input an integer seed for producing random numbers using the rand crate in Rust?

How can I prevent Cargo from merging the same dependency with different features?

rust rust-cargo rust-crates

How to resolve "multiple matching crates for `package`" in cargo?

rust rust-crates rust-cargo

What exactly is a 'crate' in the Cargo ecosystem and what is the mapping to what is on crates.io?

rust rust-cargo rust-crates

How to use a macro from one crate in another?

macros rust rust-crates

Rust cargo.toml specify custom path for C linker and compiler

How to tell what "features" are available per crate?

rust rust-cargo rust-crates

How do I share common code between Rust projects without publishing to crates.io?

rust rust-crates

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

How to clear the Cargo cache?

rust rust-crates rust-cargo

Rust can't find crate

rust rust-crates

Error installing a crate via cargo: specified package has no binaries

How do I make an Rust item public within a crate, but private outside it?

module rust public rust-crates

How to use a local unpublished crate?

rust rust-crates