rust-help-forum

11663 threads · Page 124 of 234

Implement trait similar to `Sequence` from `enum-iterator` 3 messages
Question
New to rust, could someone review my 130 line code 13 messages
Code Review Request Beginner
Axum/Reqwest. I'm failing to pass a function to .route() 3 messages
Beginner Question
Enum dispatch with float generics 7 messages
Discussion Help Question
[SOLVED] how do i load a C library at runtime using the `libloading` crate? 2 messages
Beginner Question
Suggestions for first exercise 24 messages
Code Review Request Beginner Question
How to get MacOS build to run on other machines 14 messages
Help
FFI: How does linking work exactly? 712 messages
Help Question
Crossterm: Style background of a line regardless of the text highlighted. 12 messages
Help Question
Recursively Updating Nodes in a Tree Structure 15 messages
Help
Is this a compiler bug? 12 messages
Question Compiler Error
help me disable the borrow checker just a little bit 41 messages
Code Review Request
"variable moved due to use in closure" error 10 messages
Question Compiler Error
how to get the underlying error from std::io::error::Error? 14 messages
Question
Need help with retrieving and updating feed followers using Diesel in Rust 2 messages
Code Review Request Beginner Help
C Dev: What am I actually looking for in Rust when trying to build a simple backend/cli application? 15 messages
Beginner Question
FFI Rust -> C advice 9 messages
Help Question
Working with SDL, Pthreads, and WebAssembly 13 messages
Beginner Help Question
[pebkac]"`match` arms have incompatible types" error when using derived serde impl with `serde_with` 2 messages
Help
Cause process spawned with Command to be killed with the process. 2 messages
Question
evil cc error for no apparent reason 11 messages
Help Compiler Error
"exit code: 0xc0000135, STATUS_DLL_NOT_FOUND" 2 messages
Beginner Help
Response body -> request 14 messages
Code Review Request Beginner Help Question
Linking C++ library (compiled with Clang) with Rust project 3 messages
Tooling Help Help
Lifetime issue with async closure vs async fn 3 messages
Beginner Question
this borrowed data needs help with escaping outside of closure 8 messages
Help
Trait bounds not being met? 16 messages
Question
Invisible dependency not compiling 18 messages
Help
HandshakeFailure 3 messages
Beginner Help
FFI Alignment Issues 28 messages
Help
Atomicity of functions in async parallel application 11 messages
Question
File-backed data structure 19 messages
Question
Way to generate helper enum from C-like struct enums inside a proc macro 11 messages
Beginner Question
Explicit Lifetime Annotation question (why does this work?) 10 messages
Question
Is there a way to import all nested files of a module? 12 messages
Help Tooling Help Beginner Question
piping infinite looping process input and output 92 messages
Beginner Help Question
Vector for constrained traits 10 messages
Beginner Help Question
memory allocation of 68719476738 bytes failed 34 messages
Code Review Request Help
No padding while using fmt::Display 14 messages
Help Question
Can't reexport extern "C" functions for use. 133 messages
Help
Pass a clone value into an (async) move closure? 2 messages
Help Question
Which is better cloning or creating again? 6 messages
Help Question
cpal rust library hanging when creating new audio stream? 5 messages
Help Question
How can I keep values in scope after exiting a function. 24 messages
Beginner Help Question
Possible lifetime bug? 5 messages
Question
Fake Microphone 3 messages
Question
Tree walking and lifetimes 33 messages
Help
Public for arbitrary crate 49 messages
Beginner Help Question
Bindgen linker issues 128 messages
Help
Semaphores acting incorrectly(?) [tokio] 8 messages
Code Review Request Help Question