Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in rust-crates

Can't find crate for `rayon`

How to use "cargo yank"?

rust rust-cargo rust-crates

Should end user utilities/applications be registered on crates.io?

rust rust-cargo rust-crates

Cross-module function call in Rust

Can't use a dependent crate in Rust documentation tests

rust rust-crates rustdoc

error: failed to run custom build command for `openssl v0.9.24`

Cargo.toml OS Dependency for Crate

Can I split crate in multiple files without introducing modules for each file?

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 do you read a YAML file in Rust?

rust yaml 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)