rust-help-forum

11663 threads · Page 221 of 234

is there a way to perform type deduction of an expression (to use with `std any TypeId)`? 120 messages
Weird rust syntax (I'm a beginner) 12 messages
How does a function handle mutability? 160 messages
Question
Return a value from Result type? 4 messages
How hard would it be to use the Rust FFI with this repo? 17 messages
Question
How do get the maximum value a generic type can store? 8 messages
Help Question
Using data.world throws move error 15 messages
Beginner Help
Lifetime issues implementing an iterator over mutable references. 2 messages
Help Question
Error of Building Dioxus on Github Actions 2 messages
Help
Can't connect web socket with tungstenite 16 messages
Help Question
Making a HTTP request and downloading a file 9 messages
Help Question
Share mutable data between threads without Mutex lock 15 messages
Help
Pin(&mut &T) to Pin(&T) 15 messages
Lifetimes in Trait Implementations 6 messages
Is it ever good practice to declare a function inside another function? 6 messages
debugging rust memory leaks 32 messages
Tooling Help
the parameter type `E` may not live long enough 5 messages
Need help making a game engine 3 messages
Help
Rust clone usage 19 messages
Question Code Review Request
Zip equally-sized arrays together with a given function. 24 messages
Help Compiler Error Beginner
Best way to make a list of Futures with unknown output types? 6 messages
Beginner Question
Map a Vec of String to a Vec of Future 4 messages
Question Help
Static library linking failing on windows. 4 messages
Issue casting dyn Traits with Associated Types 18 messages
Question Help Compiler Error
Tackling lifetime issues 2 messages
Help
How to effectively debug --release build errors due to Windows file paths 6 messages
Help
Generating bindings to C library 13 messages
Help Question Beginner Tooling Help
Does inline recursive inline everything in the function? 5 messages
how would I `send` to generators in Rust, like in python 14 messages
Help Question Discussion
Collect errors, too 12 messages
Code Review Request
Help with types and tracing-subscriber 13 messages
Help Beginner
Expected one of `)`, `,`, ``, or `|`, found `` expected one of `)`, `,`, ``, or `|` 4 messages
Beginner Compiler Error Help
Unused Parameter error when using lifetime to protect & reference in octree. 10 messages
Vector remove from another vector 8 messages
Question
Syntax Question 3 messages
Rust attribute and derive macros 3 messages
Help
Function accepting a tuple of any size? 18 messages
Thread - start and stop a loop 4 messages
Help Compiler Error
rust analyzer vs rustc. Range type inference 10 messages
Question Beginner
Disable Console 6 messages
Run different code if generic type is a specific type? 8 messages
Help Question
Problem when iterating over a Stream 27 messages
Help Code Review Request
Why do I get this error? 19 messages
Cross proc-macro communication 13 messages
format! with static str 6 messages
Deeply Nested JSON parsing with Serde 4 messages
Help
How to structure game world and entities so that they can update? 13 messages
Help
`fetch_not` on AtomicBool 2 messages
Discussion
Is there anything equivalent to TypeScript's type-gaurds? 47 messages
Question Discussion
Rustup cannot update toolchain 5 messages
Tooling Help