rust-help-forum
Squash multiple heap allocations into 1.
Beginner
Discussion
Question
How can i get the process base address?
Question
Lifetime of a reference from a hash map stored as a field
Beginner
Help
Compiler Error
Help with generics, traits
Beginner
Hey guys, i need some help with a lifetime problem thats requires borrow for static
Question
Compiler Error
database / thing for saving html files
Discussion
Question
question about derive PartialEq, Eq, PartialOrd, Ord
Help
Question
Mutating self in a loop
Beginner
Help
I'm calling an api and would really like to ensure that I dont exceed ratelimit.
Help
Question
Deciding if a string is an english word
Tooling Help
Help
Question
Alternatives to closure callbacks when interacting with Win32 (EnumDisplayMonitors)
Discussion
Question
(SOLVED) Size Enum Padding Circumvention
Code Review Request
Help
Question
This seems very verbose. Any Code-review inputs?
Code Review Request
HashMap not being updated inside closure
Code Review Request
Help
Question
Adding loops to my main has broken the application
Help
'Hello World' program flagged as a virus
Help
reqwest blocking feature not found wasm rs
Code Review Request
Discussion
Help
read stdin and write stdout simultaneously
Beginner
Help
Creating a windows from Scratch
Beginner
Question
Rust beginner looking for a code review
Code Review Request
Compiling on ubuntu server
Help
Compiler Error
declaring crates
Beginner
Help
Question
Code Review Request
Code Review Request
Beginner
Lifetime woes with blanket traits over `FnMut` types
Help
Faster to use functions or repeated (similar) code?
Beginner
Vector json parsing
Beginner
Help
Having issues with generics
Help
Rust debugging
Help
Async block closure
Beginner
Help
Compiler Error
Issue passing mut ref into a closure
Help
Compiler Error
rust equivalent to java navigable set
Help
Borrow checker error for generic type
Beginner
Compiler Error
cannot move out of type `X`, which implements the `Drop` trait
Help
Compiler Error
Is this a limitation of the borrow checker with async?
Help
Problems with struct mutability
Help
Question
Getting error "error: linking with `x86_64-w64-mingw32-gcc` failed: exit code: 1 "
Beginner
Help
Compiler Error
What should I do to implement ser/deserializer for a custom data format in text?
Help
Question
future created by async block is not `Send`
Beginner
Help
Compiler Error
confusing borrow checker error
Help
Question
Unresolved import
Code Review Request
dyn trait mess help
Beginner
Help
Question
need a code review of my compiler
Code Review Request
method taking `&mut self`, returning immutable reference
Beginner
Question
Compiler Error
Passing Arc references to capturing function is ugly looking
Code Review Request
Passing struct attributes to another struct
Help
Question
Code not handling my error even though it is supposed to [SOLVED]
Beginner
Help
Self referencing closure
Help
Compiler Error
GAT bounds
Question
I am trying to implement the abstractions from the paper Build Systems a la carte
Code Review Request
Declaring functions to be used via either macros or attributes
Help