Search code examples
Feature to toggle dependent crate features...


rustrust-cargoconditional-compilationrust-crates

Read More
How can I emit an integer literal with a non-decimal base using the quote crate?...


rustrust-macrosrust-crates

Read More
How to import a file in a folder into a file in another folder in rust?...


importmodulerustrust-crates

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


rustsdl-2rust-cargorust-crates

Read More
Where is my private code exposed as public?...


modulerustrust-crates

Read More
How to deal with a crate being marked as containing a Trojan?...


rustrust-cratestrojan

Read More
How to initialize generic array with generic-array crate in rust?...


genericsrustrust-crates

Read More
Cross-module function call in Rust...


modulerustcode-organizationrust-crates

Read More
How to add external packages and run in rust compiler?...


compiler-errorsrustrust-cargorust-crates

Read More
Is it possible to specify version for feature in dependency in Cargo.toml?...


rustrust-crates

Read More
How to access the function in main.rs which has been written in a file in different directory in rus...


modulerustrust-cargorust-crates

Read More
Can't use a dependent crate in Rust documentation tests...


rustrust-cratesrustdoc

Read More
Why does clap fail to compile when added to Cargo.toml?...


rustrust-cargorust-crates

Read More
Consistent TypeIds for dynamically loaded crates...


rustshared-librariesrust-crates

Read More
How to reuse code from the main bin in another bin?...


importrustrust-cargorust-crates

Read More
Crate cannot find path...


rustrust-cargorust-crates

Read More
Parsing a 50 digit integer from a csv file: ParseIntError { kind: Overflow }...


rustrust-crates

Read More
Rust lifetimes, data flows into other references...


rustrust-crates

Read More
How to use wirefilter over an infinite stream of data...


rustrust-crates

Read More
What to do when a dependency can be expensive to create?...


rustrust-crates

Read More
How do I add a constructor to an existing primitive type?...


rusttype-conversiontraitsprimitive-typesrust-crates

Read More
Is there a problem with naming a crate containing the string ".rs"?...


rustrust-cargorust-crates

Read More
Why can I not add a main.rs to a crate's source code and import a struct?...


compiler-errorsrustrust-crates

Read More
Can't find crate for `rayon`...


rustdependency-managementrust-cargorust-cratesrayon

Read More
Linker cc not found when cross-compiling simple crate on Travis CI...


rusttravis-cicross-compilingccrust-crates

Read More
What exactly is a 'crate' in the Cargo ecosystem and what is the mapping to what is on crate...


rustrust-cargorust-crates

Read More
Is there a way to make clap treat -? the same way as -h?...


rustcommand-line-interfacerust-cratesclap

Read More
Install unregistered crate with cargo...


rustpackagerust-cargorust-crates

Read More
How to include unpublished dependencies/libraries in Cargo.toml?...


rustdependenciesrust-cargorust-crates

Read More
How do I add #![feature(***)] to another crate's attributes without forking the crate?...


rustrust-cargorust-crates

Read More
BackNext