Search code examples
Why do I need to use an extra `::` prefix to access an imported struct?...


rustrust-crates

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


modulerustpublicrust-crates

Read More
Compiling `core` from a specific source using Xargo...


rustembeddedrust-cargorust-crates

Read More
Is it possible to have a module which is partially accessible outside of a crate and partially only ...


modulerustpublicrust-crates

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


rustrust-cargorust-crates

Read More
How can I find out whether a crate is compatible with a specific Rust version?...


rustrust-crates

Read More
How to include documentation for unique match cases in macros?...


macrosrustdocumentationdocumentation-generationrust-crates

Read More
How do I access exported functions inside a crate's "tests" directory?...


rustrust-crates

Read More
Why does solicit 0.4.4 attempt to use openssl 0.9.12 even though I have openssl 0.7.14 in my Cargo.t...


rustrust-cargorust-crates

Read More
How to use "cargo yank"?...


rustrust-cargorust-crates

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


rustrust-cargorust-crates

Read More
Cargo.toml OS Dependency for Crate...


operating-systemrustdependency-managementrust-cargorust-crates

Read More
Importing non-root module from multiple non-root binaries...


rustrust-cargorust-crates

Read More
How to skip a dependency if related feature is disabled...


dependenciesrustconditional-compilationrust-cargorust-crates

Read More
Can't use the conrod library in my Rust project: can't find crate piston_window...


rustrust-crates

Read More
Unresolved name `Binary` when using the ftp crate...


ftprustrust-crates

Read More
Unable to trace type-expectation error in Rust...


rustsdl-2rust-crates

Read More
"unresolved import" when using an item from a nested module...


modulerustvisibilityrust-crates

Read More
Testing a custom crate...


unit-testingrustrust-crates

Read More
How to import a crate as a sub module?...


modulerustrust-crates

Read More
How to define a multi level crate?...


rustrust-crates

Read More
Reading then modifying JSON with rustc_serialize...


jsonrustrust-crates

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


importrustrust-crates

Read More
Rust cargo cannot find postgres package...


postgresqlrustrust-cargorust-crates

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


modulenamespacesrustrust-crates

Read More
Is it possible to have a module in different source files in Rust...


rustrust-cratesrust-cargo

Read More
std::sync::Arc of trait in Rust...


multithreadingrusttraitsrust-crates

Read More
No hash nor version when generating rlib...


rustrust-cratesrlib

Read More
How to use a macro from one crate in another?...


macrosrustrust-crates

Read More
BackNext