The Rust Programming Language Forum

Welcome to the Rust programming language users forum

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…

1 57394 June 24, 2022 Forum Code Formatting and Syntax Highlighting

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() …

3 50637 May 7, 2020 Ideas to celebrate Rust 1.100 21 1181 August 18, 2026 Am I overreacting or is byte-based string slicing a huge footgun? 15 250 August 18, 2026 Best way to structure async integration tests 0 9 August 18, 2026 Fill string with characters of specific letter to certain amount [solved] 4 94 August 17, 2026 Learning Rust — Looking for Feedback on My Inventory Management System 1 47 August 17, 2026 How to learn rust so you don't quit mid-way and restart from zero again 3 71 August 17, 2026 `Vec<char>` vs. `String` for a scanner: Which is more performant in Rust? 15 523 August 17, 2026 Why I am making a declarative ui in pure Rust 14 376 August 17, 2026 Returning a new lifetime vs returning 'static lifetime 2 57 August 17, 2026 We Are Forking dotenvy into dotenv-ng 3 168 August 17, 2026 Trying to understand GATs (the lending iterator example) 1 43 August 17, 2026 When is creation of the ```std::io::Error``` instance async-signal-safe? 1 44 August 17, 2026 Resync: brand-new synchronization approach 6 123 August 17, 2026 Permissions to recategorize topics 1 72 August 17, 2026 How do Release & Acquire memory ordering actually work? 18 309 August 17, 2026 How to re-throw any error with `?` 31 707 August 17, 2026 Wild growth of crates (lib.rs website) 120 3913 August 17, 2026 Crate of the Week 1613 282552 August 17, 2026 Is it Better to Code with a Results-Oriented or Process-Oriented Approach? 0 73 August 17, 2026 Is it possible to extract the vtable pointer from DynMetadata? 13 300 August 17, 2026 IntoIterator and reference on array 11 145 August 17, 2026 Feedback Wanted My Rust Interpreter 2 74 August 17, 2026 Taskvisor 0.8: task ownership from submission to cleanup 0 34 August 17, 2026 What's everyone working on this week (34/2026)? 0 32 August 17, 2026 How to invoke one crate's executable target from another crate's integration tests? 4 63 August 17, 2026 Tokcost — zero-dependency CLI for exact LLM token counts (hand-rolled BPE) 4 135 August 17, 2026 Help debugging a Windows-only 0xc0000005 crash while decoding real-device HEIC files 1 58 August 17, 2026 Proposal for the Future LLM Policy Sub-Team: Minimizing Reviewer Cognitive Overhead 12 669 August 17, 2026

Read the original on users.rust-lang.org ↗