rust-help-forum

11663 threads · Page 70 of 234

Shortcoming of the borrow checker or a misunderstanding? 39 messages
Question Compiler Error
Rust Exercism Track Collatz Conjecture 95 messages
Code Review Request Beginner Question
`mq_open` panic when using nix 9 messages
Tooling Help Help
GUI node editors 3 messages
Tooling Help Help
translate from python 19 messages
Question
I can't find what data with lifetime 'b this function is returning. 6 messages
Compiler Error
Static linking .a files into a binary 6 messages
Tooling Help Help
Borrowing issues while writing basic interpreter 7 messages
Help
Rust library for "puppeteering" a windows app 11 messages
Help Tooling Help Discussion Question
std::fs::File issues 25 messages
Beginner Help Question
Rust ownership issues 6 messages
Beginner
Collection of variable size 22 messages
Beginner Question
Different compilation toolchains by Profile 2 messages
Question
Multiple use of mutable reference in loop 3 messages
Code Review Request Help Question
is this needed ? 26 messages
Discussion
Is it possible to create a type with arbitrary size and alignment? 32 messages
Help Question
what is the issue ? 14 messages
Question
"Simple" image conversion 6 messages
Question
Avoiding static type parameter bound. 92 messages
Help Question Compiler Error
OnceLock HashMap of async Fn 3 messages
Question
what is the point of this ? 35 messages
Question
Database from config file 2 messages
Tooling Help Beginner Question
Creating a 'static living Closure for a deletion system. 3 messages
Beginner Question Compiler Error
correct me if i am wrong 29 messages
Question
Trying to create global variable that store an array of HWND winapi with Mutex 15 messages
Code Review Request Beginner Help
Add .rlib as dependency 33 messages
Tooling Help Beginner Question
Crossterm Writing Alternate Screen back to Main Screen 2 messages
Help Question
How can I move this borrowed value out of the closure? 7 messages
Help Compiler Error
Populated vec but len is 0 11 messages
Beginner Help
Non-recursive clone for tree datastructure 6 messages
Help
[root@ip-10-131-2-102 ~]# cargo versionerror: rustup could not choose a version of cargo to run, be 7 messages
Question
First proc_macro, Struct of Arrays helper! 3 messages
Code Review Request Beginner
Derive macros 4 messages
Beginner Help
Need help in starting out 10 messages
Beginner
Passing class member as argument to same class method in mutable context 3 messages
Beginner Question Compiler Error
is this is the best way to do that? 14 messages
Code Review Request
Temperature Translator. 5 messages
Code Review Request
Why isn't it UB to rely on the address of a variable? 24 messages
Discussion Question
Storing pointer to object as pointer to trait 15 messages
Beginner Question Compiler Error
Issues building cxx files using CMake 2 messages
Help
where can I improve on my Scanner which produces Tokens. 9 messages
Code Review Request Beginner
Infinite Recursive Deserialization 6 messages
Beginner Help Question
Asking for interface design advice 6 messages
Help
a function to convert anything to String 51 messages
Discussion Help Question
I need help setting up my file to run rust 51 messages
Tooling Help
Using SIMD to write to slice / vec 10 messages
Help Question
libstd in dynamically linked workspaces 59 messages
Help
DSTs, `#[repr(transparent)]` and `std::mem::transmute` 3 messages
Question
How to pass an asynchronous function inside a struct (thread-safe) 23 messages
Help
Async fn inside a dyn trait 11 messages
Help Question