rust-help-forum

11663 threads · Page 126 of 234

Multi-threading issues 5 messages
Help
Need some help with using reference instead of clone. 17 messages
Beginner Help
Sort only odd index elements in a vec 20 messages
Question
Using different closures depending on input 3 messages
Help Question
Orphan rules stop doing a `TryFrom` to a vector 13 messages
Help Question Compiler Error
When is method overloading suppose to work when working with traits? 9 messages
Discussion Question
serde: How can I serialize a larger than memory sequence into a map value? 3 messages
Help
Rust vs C Performance (cbindgen) 35 messages
Tooling Help Help Question
error: failed to run custom build command for `proc-macro2 v1.0.59` 17 messages
Help
Really long linker error when using Bevy 3 messages
Beginner Tooling Help Help Compiler Error
Drop trait and allocators for GPU memory 5 messages
Help Question
impl From conflict with std convert generic implementations 3 messages
Beginner Help
Help with Lifetime 11 messages
Beginner Help Question
Please review my code. Keep in mind this is my first program in rust. 30 messages
Code Review Request
Help using Box pointers 3 messages
Code Review Request
Cannot use lifetime parameters for struct 6 messages
Beginner Help
Fix data in self referencing data structure 41 messages
Beginner Question
Lifetime issue with peekable iterators 8 messages
Beginner Question
rodio help 3 messages
Code Review Request Help Question
dylink v0.5.1 review request 6 messages
Code Review Request
Easy C APi Creation 5 messages
Question
Getting #[repr(c)] of enum. with variant holding data as well. 32 messages
Help
__memcpy_avx_unaligned_erms function in profiling 5 messages
Beginner Tooling Help Help Question
`tokio::select` and `tonic` streams 6 messages
Question Compiler Error
How to read a file relative to the current file 86 messages
Help Question
how do you document possible errors related to the lib? 91 messages
Discussion
Examples of elegant usage of slices 99 messages
Discussion
Proc-Macro using private types 9 messages
Help Discussion Question
Windows Crate 2 messages
Help Question
Boxed closures that are implicitly FnOnce or FnMut cannot be called directly 4 messages
Question Compiler Error
Help with borrowing 11 messages
Beginner Question
Decouple trait type from trait lifetime 16 messages
Help
Unused variable 3 messages
Beginner Help
What's a fastest way to do recursive look ups 9 messages
Beginner Question
Beginner question on generics 24 messages
Beginner Help
Chasing clippy recs vs compiler errors on pub(crate) vs private fn 2 messages
Code Review Request Question
Email regex invalid 9 messages
Code Review Request Help Discussion Question Compiler Error
Show setup code in doc examples 11 messages
Tooling Help Question
Is there anything like the `envparse` library from Haskell? (Environment Variable Parsing) 4 messages
Question
Help trying to decrypt TLS and parse HTTP packets with WinDivert 2 messages
Help Question
Debugging Native Node.js Module Compiled with napi.rs - help find find out what this represents? 6 messages
Help Question
Unable to build `avr-hal-template` 3 messages
Help Compiler Error
Procedurally read a file 7 messages
Help Question
Hitting `thread 'main' has overflowed its stack` error 27 messages
Code Review Request Help Discussion Question Compiler Error
How to handle two nested .map() to return Some or None? 3 messages
Code Review Request Help Discussion Question Compiler Error
Windows api `Process32Next` not iterating over new processes 2 messages
Help
[solved] compile time checks for generics 33 messages
Discussion Question
using sdl2 and in the main loop im listening for f11 and cycling through the fullscreen modes 5 messages
Beginner Help Question
Recursive function using BoxFuture with error: "lifetime may not live long enough" 45 messages
Code Review Request Help Discussion Question Compiler Error
Skipping try_unwrap on creating numbers from slices 14 messages
Question