The Rust Programming Language Forum
Topic
Replies
Views
Activity
Welcome to the Rust programming language users forum
meta
This forum is for help, discussion, and announcements related to the Rust programming language.
Please read our code of conduct before participating. We will remove any posts that are not respectful, constructive, and o…
54657
June 24, 2022
Forum Code Formatting and Syntax Highlighting
meta
To format code in this forum you need to surround the code with three backticks (```). For example, typing this...
```
fn main() {
println!()
```

...will be rendered as highlighted Rust code, like so:
fn main() …
49797
May 7, 2020
What is the sentiment of vibe coded crates?
community
108
2420
April 24, 2026
A "heretic's" view of Rust error-handling
18
49
April 24, 2026
Code review for Static Pool Allocator
code review
12
April 24, 2026
Clap completion question
help
150
April 24, 2026
Why is using PhantomData valid in this case?
help
24
April 24, 2026
Lifetime weird case
help
70
April 24, 2026
What does it mean for Rustc to run "out of TLS keys"?
help
84
April 24, 2026
Discussion on Synchronous Crate Concurrency Refactor using Stackful Coroutines Model in Rust
code review
10
217
April 24, 2026
Undefined Behavior: in-bounds pointer arithmetic failed: attempting to offset pointer by 20 bytes, but got alloc238 which is only 1 byte from the end of the allocation
help
14
146
April 24, 2026
From OOP to Rust – struggling with code organization and data structure design
help
245
April 24, 2026
Looking for a pool based allocator
56
April 24, 2026
Using async/await internally with no internal runtime, but exposing a nonblocking poll API — is this a reasonable design?
help
71
April 24, 2026
Why is this legal?
116
April 24, 2026
Can a future used only by `async fn` assume it won't be polled again after becoming ready?
help
11
436
April 24, 2026
Rust task runners
81
April 24, 2026
High-performance `fast-powi` crate
code review
187
April 23, 2026
Testing functions that use randomness
help
90
April 23, 2026
Rust for C Engineers: Safe Systems Programming
announcements
37
821
April 23, 2026
`cargo-path`: improve coding agents' ability to find Rust documentation
announcements
41
April 23, 2026
A random rustc-ice-[...].txt file appeared
help
106
April 23, 2026
Type inference of generic parameters
help
10
307
April 23, 2026
Windows - USB device not detected
help
76
April 23, 2026
Develop rust where the environment is setup in a docker
help
64
April 23, 2026
Unbug 0.5 - Runtime debug assertions
announcements
50
April 23, 2026
Are there any object detection libraries out there for the Arduino?
embedded
131
April 23, 2026
Is there a tiny error in section 6.2 Reference types?
help
82
April 23, 2026
Strange (?) comment in raw_vec
help
22
518
April 23, 2026
Lifetime woes implementing ratatui::Widget for a reference
help
10
93
April 23, 2026
next page →