rust-help-forum

11663 threads · Page 179 of 234

Rust's good practices regarding substitutions 13 messages
Beginner Discussion Question
Which is costly &mut self or self ? 10 messages
Help Question
I don't get threads and ownership. pls halp. 28 messages
Help Question
trying to get rust running on windows without an installer 7 messages
Tooling Help
musl target has static-pie enabled by default in 1.59, and now i can't link with .so's on Alpine 4 messages
Tooling Help Help Compiler Error
Have cargo ignore git in multiple location dependencies 5 messages
Question
Leaking a Box and returning a borrow 27 messages
Help Question
How can I troubleshoot cloud performance problems? 32 messages
Discussion Question
Share dependency information across crates from the same git repo 13 messages
Question
Cannot return value referencing temporary value (prevents refactoring) 6 messages
Help Compiler Error
Using cargo build --target aarch64-linux-android has cfg set for host OS. 5 messages
Help
Best approach for configuration via mlua 2 messages
Question
Why does my macro work by changing a parameter from a type into a token tree? 13 messages
Help Compiler Error
Remove generic arguments from `Path` 2 messages
Help
variable is not bound in all patterns 11 messages
Help Question
CreateThread Winapi Arguments 49 messages
Beginner Help Question
cloneable trait object causes stackoverflow 25 messages
Code Review Request Help Question
Is it possible to run procedural macros on external types? 2 messages
Tooling Help Question
Pass read-only reference of a variable to a function that returns a closure 82 messages
Help Question
How to say that lifetime required by fn in trait is shorter or equivalent to lifetime on struct? 26 messages
Help Compiler Error
Diesel 'use of undeclared module users ' error 3 messages
Help
Protoc not building 2 messages
Tooling Help Question Compiler Error
False Positive Unused Parameter Error 10 messages
Question Compiler Error
Help finding a NSLookup Crate. 2 messages
Beginner Question
Closure Supertrait 18 messages
Help Question Compiler Error
`enum` variant beginning with digit 6 messages
Help Question
Is a correct way to run a cron job? 6 messages
Code Review Request Help
timer not found even though i've enabled full tokio features 2 messages
Help
lifetimes clarification 44 messages
Beginner
egui errors E0405, E0412, E0425, E0463, E0531 5 messages
Beginner Help
Enum use case 7 messages
Help Question
Mutably borrowing in a for loop 26 messages
Beginner Help Question Compiler Error
Need help with `Any` and downcasting. 15 messages
Help Question Compiler Error
Assigning to a *mut Struct 14 messages
Beginner Help
Manipulation of variables 8 messages
Help Question
Waiting for one of 3 functions 7 messages
Help Question
Making an own-able struct of Cows 11 messages
Help
Supply chain security - How to best review dependency changes? 4 messages
Tooling Help Question
Trait with method returning another trait 13 messages
Beginner Question Compiler Error
How to use this argument in this async lambda? 73 messages
Code Review Request Help Discussion Question Compiler Error
Does anyone know why this can't be const? 11 messages
Help Question
redirect route isn't triggered 2 messages
Beginner Help
Parse a string with nom 4 messages
Beginner Help
does a Map for Enums exist? 15 messages
Beginner Question
Is there a way to give name to these parameters? 23 messages
Code Review Request Discussion Help Question
Usage of winapi, VirtualAlloc 6 messages
Help Question
Can anyone give me any tips that can improve my skills (this is my first project tho) 2 messages
Code Review Request
Concerned about usage of Box leak 39 messages
Code Review Request Question
Polymorphic serializable types 7 messages
Help Question
hello, i am trying to use windows-rs crate on command child 10 messages
Help