rust-help-forum

11663 threads · Page 211 of 234

soudan - a website comment server 32 messages
Code Review Request
Traversing a graph over http 2 messages
Question
cargo subcommand on tests? 6 messages
Question Tooling Help
Lifetime Woes 15 messages
Help Compiler Error
Vec vs HashMap for numeric keys 0..n 28 messages
Question
Wrapping a struct with pointers with the pointed variables? 25 messages
Code Review Request
Potentially Dumb Typestate Representations 4 messages
Discussion
Variable moved in previous iteration of loop 10 messages
Help Beginner
Rust does not find the rand extern crate (Answered) 16 messages
Help Beginner Code Review Request
code oxidation 114 messages
Help
What's the best way to use mio with winit? 2 messages
Help Question Discussion
Spawn thread within struct 5 messages
Help Compiler Error Beginner
Borrowing mutably and immutable after - need help with understanding borrow checker 6 messages
Help Question Beginner
Mapping tagged enum values to integers 18 messages
Help Beginner
Using Warp as the server for a Yew one page web app 7 messages
Help
loop through a Vector of structs in reverse 17 messages
Help Question
OpenGL Lib 10 messages
Question Discussion Beginner
Failed to allocate guard page when spawning many threads 18 messages
Help Question
if let with a Option of String 2 messages
Help
per binary cargo profile 6 messages
Help Tooling Help
Borrow immutable value in array being mutably iterated through 3 messages
Help
NonNegativeIsize 11 messages
Help Question
docker build fails on simple rust project 44 messages
Help Tooling Help Beginner
Is this code safe? 18 messages
Code Review Request Question
Help debugging link error in build script under sccache. 8 messages
Help Compiler Error
how do i implement `FnMut` in a closure (i have only `FnOnce`)? 58 messages
Question
chumsky parse nothing or everything 21 messages
Beginner Help
Zipping SoA arrays with portable_simd or std simd 33 messages
Question Discussion
Rustlings lifetimes2 9 messages
Question
Macro ident name resolution. 19 messages
Help Question
rustdoc documents massive constant 13 messages
Help Question
& in struct properties 34 messages
Help
Moving data from heap to stack 12 messages
Question
Pin dependency version 13 messages
refactor product of two ranges 4 messages
Trait for Trait Implementation 44 messages
Help Question Compiler Error Beginner
&&mut 9 messages
Question
multithreading question 9 messages
take inner value of arc with no clones 4 messages
Help Question
Generics with lifetime 5 messages
Help
C work queue in rust 25 messages
Beginner
send Rc to other thread 21 messages
Why is Clippy's `wrong_transmute` ok for `u64`? 11 messages
Tooling Help Discussion Question
Type checking when serialising structs 9 messages
Attempting to emulate slice.get in const 6 messages
Help
Dioxus UI Library Message Passing 5 messages
Box(dyn Trait) and thread-safety 3 messages
Help
putting an runtime value to a static 27 messages
Help Question Discussion Beginner
Failure to compile Rust 5 messages
Issue with state and threads in `actix-web` 35 messages
Question Help Beginner