rust-help-forum
Funge-98 Instruction Pointer help
Help
Question
[SOLVED] How to setup VSCode debugging for subfolder containing crate?
Beginner
Tooling Help
Help
Question
Save logs into file
Tooling Help
Beginner
Help
Question
[SOLVED] Cloning very big Vec<f32> - Can `Rc<Vec<f32>>` decrease cloning overhead?
Question
"cannot borrow as mutable more than once at a time"
Help
Compiler Error
Doing almost the same thing as in the Rust Book but getting an error
Compiler Error
Interactive Shell in Rust
Question
error[E0698]: type inside `async` block must be known in this context
Compiler Error
Future created is not `Send`
Help
Compiler Error
pass mut ref of struct into a func of its child i guess idk
Beginner
Question
how to fix "the type parameter `FunctionArgs` is not constrained by the impl trait, self"
Help
Compiler Error
Injecting json in doc comments from a `tt` in a `macro_rules!`
Question
Is this a bug or intended behaviour?
Question
Is it not possible to use the `block' type of a macro to make methods?
Discussion
Question
serde_json: missing field `usage`
Help
`impl` to `dyn` conversion syntax
Question
ordering quetsion
Beginner
Closure switching borrow checker error
Help
Question
Compiler Error
Published Crate Dependencies
Question
Godot + Rust?
Beginner
Discussion
Question
Producing `cdylib` when compiling integration tests
Tooling Help
Help
help😢
Code Review Request
Help
referencing an internal struct field at instantiation (?)
Help
Why does the video encoding fail, but not always...
Code Review Request
Beginner
Help
Question
Parsing C syntax
Help
Discussion
Question
Return type async closure contains a lifetime '2
Beginner
Help
Compiler Error
How do you set a rust example file to use a cargo dev profile when using rust-analyzer?
Question
Can't build `can't find crate for \`wasm_bindgen\``
Beginner
Help
Question
How to use Global State in a WASM Module
Beginner
Question
Using a String in a struct
Beginner
Help
TicTacToe
Code Review Request
Beginner
Scope confusion in Macros
Question
Compiler Error
Ensure all Result<> are explicitly handled in production build
Beginner
Question
Best way to stop a thread
Help
Code Review Request
Discussion
Question
How to deal with borrowing mutably and immutably in the same scope?
Code Review Request
Beginner
Question
Get Disparate Enum Values
Question
file not found in crate problem (no LSP)
Tooling Help
Beginner
Help
How to make 2 distinct enum variants hash to the same value?
Help
cpu choice
Question
My code seems slow, what am I doing wrong?
Code Review Request
Help
Question
Opengl Widget Library
Help
Question
Cant cross compile sqlite from linux to run windows
Beginner
Tooling Help
Question
Compiler Error
What is best strategy for serializing (using serde) an external type that I do not control?
Help
Question
Rust have a Docker repository?
Question
Why is cloning to a vector much slower than cloning?
Question
I need to use 2 mutable references, is there a way around this?
Help
iterator next, lifetime may not live long enough
Beginner
Help
Question
Compiler Error
Replace value from behind mutable reference with one which contains it
Beginner
Question
HRTB and GAT combination question
Help
Question
Single evaluation for multiple parameters inside a macro
Help
Question