rust-help-forum

11663 threads · Page 166 of 234

How should I associate a function to a specific regex pattern? 7 messages
Help Question
VSCode + Cargo workspace launch config won't launch for debugging? 2 messages
Tooling Help Help
I uplolded a folder (full of image) to Trunk. How do I access this file within my Yew HTML code? 10 messages
Help Question
Create a HTTP request and poll it in an event loop 12 messages
Help
async workflow 11 messages
Help
How do I upload a folder to Trunk? 3 messages
Question
Can't get TCP Client to work properly (Receiving answer after writing doesn't work as expected) 111 messages
Beginner Help Question
In the below code how to use the function of the trait ? 9 messages
Help Question
How to cross-compile 24 messages
Tooling Help Help Compiler Error
How do I impl a trait for T when I have already written the impl for &T? Or the other way around. 5 messages
Help Question
Readding Strings from process memory 9 messages
Help Question
Conditional import based on feature flag 10 messages
Question
parallelize async loop 9 messages
Help Question
async-ssh2-lite SFTP trait problems 3 messages
Help Compiler Error
AoC day 9 part 2 how-to-proceed and some comments on my current code? 2 messages
Code Review Request Beginner Help Discussion Question
Struggling with struct and references - borrowing 62 messages
Beginner Help Question
How to get the field `message` from `ErrorInner` ? 25 messages
Tooling Help Help Question
Open link in default browser and switch browser to active window 2 messages
Help
Choosing a Rust web framework 4 messages
Discussion Question
Compile to autocxx error with crate-type cdylib 6 messages
Help
How to properly dereference this use-case of Option 7 messages
Help
When to free (drop?) raw pointer 23 messages
Code Review Request Question Compiler Error
Error when reading back struct with `binrw` crate 8 messages
Question
Macro help (AoC Day19) 9 messages
Help Compiler Error
Can I define a trait that requires exactly one of its functions to be overridden? 19 messages
Help Question
review 48 messages
Code Review Request
How to store a borrowed variable alongside the owned variable in Rust 4 messages
Help
Join multiple features without stopping on failure. 15 messages
Help Question
Bounds on associated types need to be repeated 4 messages
Help Question
Exporting large amounts of data with Rust 73 messages
Beginner Help Question
Stream methods -- then and_then vs map? 18 messages
Help Question
What exactly is wrong with this Hashmap? 4 messages
Help
Can a generic function read the fields of it's type like a proc macro? 7 messages
Beginner Question
How would I parallelize this? 5 messages
Beginner Help Question
How to debug Rust code better? 34 messages
Question
Mutex etc 5 messages
Help Question
Getting around storing non-object safe trait objects 8 messages
Help Question
Remove first n elements of VecDeque in O(1) 10 messages
Help Question
Execute shell command at build time 3 messages
Help
Attempting to multithread (2 threads) with Vector inputs. 63 messages
Beginner Help Question
Stripping a prefix from a Path (or skipping values of an Iterator) 9 messages
Beginner Help Question
.await in non-async blocks 6 messages
Discussion Beginner Help Compiler Error
Scoped visibility equivalent to friend structs in C++ 26 messages
Help Question
Why should I use 'move' keyword here? 5 messages
Beginner Question
Running Raylib with Rust 15 messages
Help
rust-analyzer VSCode no Intellisense in a library file 15 messages
Tooling Help Help
Bizarre (corruption?) errors when running cargo check 6 messages
Help Compiler Error
(solved) error[E0521] borrowed data escapes outside of function 27 messages
Beginner Compiler Error
Why is my loop so slow? 8 messages
Code Review Request Beginner
Macro for function pointers 13 messages
Help