rust-help-forum

11663 threads · Page 86 of 234

decl macro with an item 5 messages
Help
Hey everybody , i need your help to understand what does this crate do exactly 9 messages
Question
Making errors use the Display message when using `?` in main() 28 messages
Code Review Request Help Question
Rust + Docker + Github Action = 1h20 build time? 3 messages
Help
Implementing a trait for any lifetime instead of a specific lifetime HRTBs 56 messages
Help
Winapi `Event` how to handle it with threads? 25 messages
Question
Is there a way to return both a value and a reference to that value? 16 messages
Question
[Solved] What should I consider when sending emails by code? 18 messages
Help Question
Testing functions that require 'static references 31 messages
Discussion Help Compiler Error
Horrible Runtime Reflection Workarounds 3 messages
Discussion Help
Type hinting an opaque type?? 9 messages
Question
sqlx::QueryBuilder lifetime avoidance 9 messages
Help Compiler Error
Options for this static with macro 7 messages
Question
Writing an LL parser: function causing "Value does not live long enough", but not if I inline it 24 messages
Help Compiler Error
Strange compiler error related to type inference when bounds are added to the function. 19 messages
Help Question Compiler Error
include_bytes!() not working in Docker/CI? 8 messages
Help Question Compiler Error
[Solved] Can't add doc comment to cfg attribute 3 messages
Tooling Help Help Question
lifetime issues 11 messages
Beginner
Toolchain Management with CI and Local toolchain differences 5 messages
Tooling Help Beginner Question
Deserializing a struct with cyclic reference 9 messages
Question
What's the idiomatic way to "memory map" an array in Rust? 66 messages
Help Question
How temporaty values works?? 7 messages
Beginner Help Question
Is there a way to "unpack" a vector? 7 messages
Question
How can I save a vector to a file? 5 messages
Question
Is repeating code or using more function better? 10 messages
Question
input user info to a struct 7 messages
Beginner
Cannot implement InvokeError 5 messages
Help
Rewriting zsh functions to rust 2 messages
Tooling Help
why i cannot use anything else except ``expr`` ?????? 20 messages
Help
Tab completion on expensive, dynamic argument values with clap 14 messages
Question
First time using lots of unsafe: UniqueRc 39 messages
Code Review Request
Good data structure for quick lookups of what range a string offset appears in? 5 messages
Question
Borrowing trouble when using a cursor and self 8 messages
Question
"cannot call non-const fn `Result::<Value, serde_json::Error>::expect` in statics" 11 messages
Help
what is the difference ????? 22 messages
Question
appeal 2 messages
Question
Hey :) 8 messages
Beginner Discussion Question
Any reasonable way to implement trait with method of either 2 or 3 args? 16 messages
Help
arena-backed map? 10 messages
Question
what WONT you do in rust? 25 messages
Discussion
Rust Analyzer discovering projects VSCode 3 messages
Tooling Help Beginner
"Owned" Rc 10 messages
Question
Logging the whole request in serverless Rust (AWS Lambda) 3 messages
Beginner Question
Rust analyzer removing opt-level 3 compiled dependencies in vscode 12 messages
Help
idiomatic API implementation of a context for authorization? 2 messages
Discussion Question
Launching Rust GUI application 3 messages
Beginner Help
Question regarding performance of tokio::select! 6 messages
Beginner Question
How to fix the deadlock? 14 messages
Help Question
Trait that only applies to enums? 2 messages
Beginner Help
How to avoid "cannot borrow self as mutable more than once"? 14 messages
Beginner Help Compiler Error