rust-help-forum

11663 threads · Page 218 of 234

Any way to listen to keyboard events like in javascript? 9 messages
Overflow when working with recursive types 21 messages
Question
Type annotation on into trait wrapped in option as parameter 37 messages
Understanding errors resulting from hidden [cfg] code. 8 messages
Compiler Error Question Tooling Help Beginner
How do I concurrently perform an async operation on all items in an Iterator? 4 messages
Question Code Review Request
Help With Passing Websocket Object To Other Areas Of My Code? 81 messages
Help Beginner
no_std for tiny cli apps? 12 messages
how to translate c++ function `delete_nodes` which calls `free` on a std vector of *Nodes 39 messages
From generic implementation 12 messages
Can't use 2 crates at once 4 messages
Help
Derive macro causing lifetime errors, even though there is no problem 34 messages
Compiler Error Help
Functionality based on trait A **or** B 38 messages
Help
Contrapositive of `AsRefstr` for convently taking owned `String`? 2 messages
Discussion
include_bytes!() alignment 5 messages
Iterator IDE Type Detection 8 messages
Help Beginner
Designing a convenient API without unnecessary clone. 24 messages
Discussion
cannot index into Result 34 messages
rustfmt question 6 messages
indexing for Result 4 messages
Why is Sync required here? 241 messages
Help Question
How do I convert raw escape characters in a string to the actual characters? 9 messages
Rustlings errors6 help 22 messages
Question Compiler Error Beginner
Capturing Screen with x11rb and using XShm protocol. 37 messages
Help
Command discoverability ideas 3 messages
can you put threads into a list? 6 messages
Function Pointer Optimisation 27 messages
Question
need help with mutability and closure 59 messages
Help
Object-safe trait {up,down}casting? 12 messages
cargo gets stuck on wsl 3 messages
Help
Tokio task weird error 46 messages
Question Compiler Error Help
Compiler is complaining 11 messages
Help Beginner Question Compiler Error
Cannot rewrite a file with std fs 22 messages
Help
How do you consistently error handle stuff like this 4 messages
Code Review Request Help
DynamicImage raw_pixels() 7 messages
Help Question
Conditional Compilation for dependency's feature 8 messages
Help Question
How to receive data from html forms in rocket.rs? 6 messages
Question
Pointer staying null when I intend for it to point elsewhere 30 messages
Can't update crates.io index 13 messages
Help
[chumsky] the trait bound ... is not satisfied 4 messages
Help
How to parse a lexer 27 messages
Help
code compiling then erroring, LSP isn't yelling at me for something that i think it really should be 4 messages
Help Beginner Compiler Error
Inconsistent output 6 messages
Code Review Request Discussion
I want to leak memory fast 19 messages
Help
Borrow checker saying stuff I don't understand. 49 messages
Question
Need help simplifying function definition. 7 messages
Help Code Review Request
Getting name of struct in default trait implementation 12 messages
Question
How to have a cli and a library in the same 'crate' 6 messages
Question Help Tooling Help
Building stuff in a build script that require a vcvarsall.bat environment 5 messages
Question Tooling Help
MultiThread Reqwest Stream 18 messages
Question Help
'multiple mutable borrows' on a type that is already a mutable reference 29 messages
Help