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