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