rust-help-forum

11663 threads · Page 217 of 234

String Mismatch 5 messages
Help
At-patterns and borrowing 2 messages
Help Beginner
Going from python to Rust. How would I do this function? 5 messages
Beginner Question
[nevermind I'm dumb] Unable to panic in `enum.new()` using `match` 12 messages
Help
behavior 5 messages
It appears macros evaluate outside-in instead of inside-out like functions. Why is this? 8 messages
Optimising Sieve 79 messages
Beginner Question
future is not Send 24 messages
Help Question
Sanitising 'as' integer casts for integer truncation 10 messages
Question
weird paragraph in rust book 32 messages
Is there a better pattern for this ? 2 messages
Which is more efficient 'use' or directly specifying the member ? 6 messages
Weird link errors when trying to use x2apic crate for osdev project even tho it's no std 6 messages
Help Beginner
find index of first element in nested vector 34 messages
Help Beginner
Help with shell commands + weird edge case. 52 messages
Discussion
Verify deployed client 17 messages
Help
Can I Have a Vector Of Specifically Two Types? 12 messages
How to build a pool of futures 19 messages
Help me optimize this loop 25 messages
Help Code Review Request Question
Need help with unconstrained type parameters 5 messages
Help
Pprof and Criterion help 3 messages
futures crate async file 5 messages
Help
The filename or extension is too long it says, but it's not 2 messages
Help
borrow state of a generic type 27 messages
Help
Creating a vector of trait objects 14 messages
State machine in UB-land, need review of logic! 6 messages
Code Review Request
rust book paragraph a bit confusing 7 messages
Directory traversal attacks 17 messages
Question
why can't I implement Drop if the struct implements Copy? 33 messages
Which crate to use for a simple properties serializer|unserializer ? 16 messages
Question Beginner
How do I convert an enum variant to an integer? 14 messages
Can not install Rust 1.62 24 messages
Tooling Help
Raw include_str 14 messages
call fn from external crate 13 messages
File Name Issue 22 messages
Clean way to reference is not allowed 11 messages
Cross compiling to windows 2 messages
Help Tooling Help
How do I tell cargo to emit my library under a different name? 15 messages
Question
Is it possible to stuff more than one request in a single packet using Reqwest? 6 messages
Cannot borrow self as mutable more than once at a time 2 messages
Compiler Error Help Beginner
Structs containing mutable references or something else? 14 messages
Beginner
Const check function arg (solved) 15 messages
Help Question
Iterators - Improving code efficiency or syntatic sugar 92 messages
Question Code Review Request Beginner
No more `Lazy`? 5 messages
Help Question Beginner
Expected tuple, found struct 'Vec' 4 messages
Trying to link no std rust and c code complains about eh_personality 37 messages
Beginner
Handling OAuth2 with axum 4 messages
Question
borrowed of moved value 9 messages
Help Question Beginner
My rust server is not showing on homepage 6 messages
Help
How to stream subprocess stdin and stdout simultaneously? 57 messages
Help Question