rust-help-forum

11663 threads · Page 203 of 234

need help optimizing breadth first search algorithm 7 messages
Help
Freeze at int 16h 3 messages
Help Beginner
Code Review - Array backed vector implementation 5 messages
Code Review Request
Pair programming with beginner 7 messages
Discussion Question
Respond Request With Request Response 2 messages
Question
Any simple tool to display a static call graph of a Rust program? 8 messages
Tooling Help
non-macro attribute in enum 3 messages
Help Beginner Compiler Error
'Rotate' through a predefined list 2 messages
Help Question
Complex lifetime issue with higher-order function 3 messages
Help Compiler Error
ownership problems with websockets & asynchronous-ness 27 messages
Help Question Beginner
cannot find function even though it is there (reqwest) 11 messages
Help
Cross compile OSX to Linux (Ubuntu x84_64) 3 messages
Help
How to use the latest Rust version on Replit.com with NixOS 4 messages
Help Question Tooling Help
Lifetime erasure 7 messages
Question
Cannot coerce closure to the correct lifetime arguments 70 messages
Help
Fixed size array with custom sized element 14 messages
Question
expected `async` block, found a different `async` block 14 messages
Question
cargo needs to recompile after every check, test, run, etc 21 messages
Help
Documenting re-exports 3 messages
Question
webrtc video chat 4 messages
Question Discussion
`hotwatch.watch` does not run *at all* 28 messages
Help Beginner
Requiring at least one fn be non-default 39 messages
Help
How is a trait simultaneously satisfied and not satisfied? 56 messages
Question
Why can I declare a type in one file, but not an identical type in another file? 23 messages
Question
Good way to bubble up multiple layers of Fallible types with `?` ? 12 messages
Question
Cargo Install Version 5 messages
Beginner Help Question
binary operation `==` cannot be applied to type 10 messages
Beginner Help
Adding a wrapper type transparently 11 messages
Help Question Beginner
Linking WASM Client-facing Code with Server Library; Bad Practice? 4 messages
Question
Problem with lifetimes 30 messages
Help Compiler Error Beginner
Write a string to [u8; 8] 27 messages
Question Help
thread 'main' panicked at 'byte index 4 is not a char boundary; it is inside 'È' (bytes 3..5) of 11 messages
Help Beginner
compiling and opening .so, .dll files 3 messages
Question
`input_buffer` does not live long enough 16 messages
Help
Can't sort with sort_by_key 6 messages
Help Question
How to write a macro to `impl` trait for `Tulpe`? 6 messages
Help Question Beginner
[serde(from = Fromtype)] returns 'unknown serde field atribute from' 6 messages
Compiler Error Help
Option &T vs &Option T 15 messages
Question
Help debugging in VS code 4 messages
Help
Keeps getting stuck on cargo check 5 messages
Compiler Error
Best way to go about creating cyclic references 13 messages
Help
Alternatives to return different types from a match ? & Code-review 13 messages
Help Code Review Request
Any bad habits or something I should fix? 14 messages
Code Review Request Question
How to implement C-style table of function ptrs API in Rust 30 messages
Question
Recursing inside a mutably borrowed structure 4 messages
Compiler Error
Using null pointer in mciSendString bindings? 7 messages
Question
HTML manipulation library 8 messages
Question
Review of multiple if != 7 messages
Code Review Request
sqlx custom enum 3 messages
Help Compiler Error Beginner Question
Multidimensional arrays across FFI? 3 messages
Help