Search code examples
Rust "extern mod std;" fails with "multiple matching crates for `core`"...


rustrust-obsolete

Read More
Rust pattern matching over a vector...


vectorpattern-matchingrustrust-obsolete

Read More
How would you implement a bi-directional linked list in Rust?...


rustrust-obsolete

Read More
Rust "error: moving out of immutable field"...


rustimmutabilityrust-obsolete

Read More
How can I generate a random number within a range in Rust?...


randomrustrust-obsolete

Read More
What is typestate?...


rustlanguage-designrust-obsolete

Read More
Difference between ToString and IntoString...


rustrust-obsolete

Read More
What is "0is" notation in Rust?...


rustsyntaxrust-obsolete

Read More
How can I convert char to string?...


rustrust-obsolete

Read More
Constant values in Rust generics...


rustrust-obsolete

Read More
Use of undeclared type or module `std` when used in a separate module...


rustrust-obsolete

Read More
Sharing Mutable Variables Between Threads In Rust...


multithreadingrustrust-obsolete

Read More
Generating secure random numbers in Rust...


randomrustrust-obsolete

Read More
How do I transform &str to ~str in Rust?...


stringpointersrustrust-obsolete

Read More
Sockets in Rust...


socketsrustrust-obsolete

Read More
How to get square root in Rust 0.13.0?...


rustrust-obsolete

Read More
Comparing string with static string...


rustrust-obsolete

Read More
"borrowed value does not live long enough" when using a struct with a slice...


rustborrow-checkerrust-obsolete

Read More
Why does #[derive(Show)] not work anymore?...


rustrust-obsolete

Read More
rust error "cannot determine a type for this expression"...


rustrust-obsolete

Read More
What is a modern analog to the deprecated std::raw::Repr?...


rustrust-obsolete

Read More
difficulty with rust binary tree implementation...


rustbinary-search-treerust-obsolete

Read More
How do I make my struct fields mutable when accessing through a shared box ptr?...


rustrust-obsoleterust-0.9

Read More
"expected crate directive" error about rust...


rustrust-obsolete

Read More
Cannot get Rust enum in scope when in crate...


enumsrustrust-obsolete

Read More
Compare definite-length arrays...


arraysrustrust-obsolete

Read More
How do I state that I want a struct which contains a reference to something which implements a trait...


structrustlifetimerust-obsolete

Read More
Getting basic input for ints...


rustrust-obsolete

Read More
Unable to build Hyper - invalid character `-` in crate name...


rustrust-cargohyperrust-obsolete

Read More
Cargo.toml for lib...


rustrust-cargorust-obsolete

Read More
BackNext