rust-help-forum

11663 threads · Page 38 of 234

flat_map with temporary value 6 messages
Question
Feedback on extremely simple HashTable implementation 20 messages
Code Review Request Solved
help with regex 32 messages
Help Question
Unable to build project "multiple candidates found" 2 messages
Help Solved
disabling kernel preemption 37 messages
Beginner Help Question
regex in rust cheetsheet link? 2 messages
Help Question
(Solved) C-like array parsing macro 7 messages
Beginner Help Question Solved
Trait fn for specific associated type 6 messages
Beginner Help Question
Iterating over &mut of Vec<Vec<_>> 19 messages
Beginner
Need help running axum server in dedicated thread 7 messages
Help Solved
RFC3424's example not working in latest nightly? 2 messages
Question Solved
rust-analyzer for `rustc_*` extern crate in Nix 2 messages
Tooling Help Help
Panic "Not in a runtime context" with tokio-uring, unsure how to proceed 6 messages
Help
help with spinlocks and lifetime specifier 12 messages
Beginner Help Compiler Error
Visual Learning Resource 2 messages
Help
slightly corrupted audio output 5 messages
Help
(Solved) Future in union, is that sound? 16 messages
Question
Generic type parameter and traits 15 messages
Help Question
Debugging is really weird on windows 56 messages
Tooling Help Help
Help rewriting a persistent array data structure 27 messages
Code Review Request Beginner
Strip extern function symbols? 31 messages
Help Question
vec and array version of mem::size_of print wildly different results? 19 messages
Question
Format literal in macro 5 messages
Question
How I could improve performance of mine program to brute force some calculations? 27 messages
Code Review Request Tooling Help Help Discussion Question
Trait const that implementors can't override? 2 messages
Question
How can I avoid MITM (Man-in-the-Middle)? 10 messages
Beginner Help Question
Trying to implement binary expo on Permutations 41 messages
Question
rust-analyzer difficulties using Noevim and mason-lspconfig 9 messages
Help Tooling Help Beginner Question
Why isn't it detecting that these lifetimes are being used? 29 messages
Help Compiler Error
RustRover telling me a Strings content is invalid even when printing it out to stdout just fine 4 messages
Help Tooling Help Beginner
can't newtype Vec<>s of types that contain a &ref 10 messages
Help
Dynamic dispatch woes 11 messages
Help
How can I find a list of supported toolchains for rustup? 25 messages
Tooling Help
Why get method of BTreeMap doesn't use lifetime ? 44 messages
Question
Can't figure out why this lifetime needs to outlive '_ 25 messages
Help Compiler Error
gui or tauri? 4 messages
Beginner Discussion
Problems with printing autocompletions in own shell 20 messages
Code Review Request Beginner Help
Curious about '?' operator 40 messages
Beginner Help Question
Code Review Request: struggling to export mesh as a gltf. 19 messages
Code Review Request Help
Searching for a Universal Solution for Multi-threaded Multimodule Processing 2 messages
Help Question
How to i get objects from Cloudfare R2 bucket using rust? 3 messages
Help
Looking for a specific Cross-Platform GUI crate combo 52 messages
Help Question
Need help with linking, exposing globals. 4 messages
Help Question
OpenCV Compile Error 20 messages
Tooling Help Help Question Compiler Error
Optimise `atoi()` implementation 13 messages
Code Review Request Beginner Solved
I'm looking for some project ideas that heavily utilize calculus. 18 messages
Discussion Question
'use of moved value' issue with RefCell 11 messages
Beginner Help
Vec<Option<T>> to Result<Vec<T>, usize> 4 messages
Code Review Request Beginner
Deallocating `alloc` that was used to construct a Vec (or how to do aligned buffers in rust) 20 messages
Question
Requesting code review 13 messages
Code Review Request