rust-help-forum

11663 threads · Page 138 of 234

Issues with Logos 8 messages
Help
Recursive smart pointers not Sync + Send 8 messages
Help
Using AsRef when constructing enum variants 8 messages
Help
What is a good tool to determine how fast (in CPU cycles) a function will be on x86-64? 2 messages
Tooling Help Question
Rust/Cargo seeming to act weird. Can't seem to locate dependencies, other odd behavior. 20 messages
Question
Having Issues with compiling a project with SQLx for the first time. 5 messages
Beginner Help
Clone Arc pointer into Clokwerk task. 11 messages
Beginner Help
What's the idiomatic way to distinguish between stack and heap allocation in a data structure? 5 messages
Question
"cannot borrow `*self` as mutable more than once at a time" but separate scopes? 5 messages
Help
Is it hard to recode huge c++ project in rust? 27 messages
Beginner Question
Building rust-hermit on windows 2 messages
Help Question
Truncate byte buffer 12 messages
Beginner Help Question
How does the job sphere look in gamedev? Are companies like Embark Studios viable career paths? 2 messages
Discussion
Segfault on `self.foo.is_some()` 5 messages
Help
Parse toml file into a vector of structs 29 messages
Beginner Help Question
SeaOrm unit of work 2 messages
Beginner Tooling Help Question
cannot find type `c_void` in crate `libc` 8 messages
Help
rustfmt does not format 6 messages
Tooling Help Help Question
Function expects a function as a parameter, I want to pass a method 3 messages
Help Question Compiler Error
Serial Port Map 27 messages
Help Question
Failing to write generic function around sqlx::query_as 9 messages
Beginner Help Question Compiler Error
Aligned Memory Allocation 3 messages
Help Question
Turn user input into an enum 10 messages
Code Review Request Beginner Help Question
How to handle multi dim vectors in function signature 14 messages
Beginner Help Question
Sending an mpsc Channel through an mpsc Channel 3 messages
Code Review Request Beginner Discussion Question
How to check the type of something like Box<dyn State>? 22 messages
Beginner Help Question
Storing cargo dependencies on a remote machine 2 messages
Tooling Help Question
With Rustls, is it possible to dynamically change root certs? 2 messages
Question
Help with parsing a string split into a value 5 messages
Beginner Help Compiler Error
Enum `DynamicImage` and enum `image::dynimage::DynamicImage` have similar names 8 messages
Help
How to use a generic associated type which is is made up of generic associated types of other traits 3 messages
Code Review Request Help Discussion Question Compiler Error
progress estimate with rayon 10 messages
Question
Converting TOBJ's mesh format to my own (part 2) 2 messages
Question
.cargo folder failed to create 104 messages
Tooling Help Help Question
serialize_with help 2 messages
Help
Help with iteration through string 2 messages
Beginner Question
Workspaces - Get directory of currently executing crate 11 messages
Tooling Help Help
3D projection using glam 8 messages
Beginner Help
How to return custom "default" value instead of panicking when using .unwrap()? 3 messages
Help Question
Trait Objects and dyn Types 17 messages
Help
How to create file picker using eframe? (native, not web) 6 messages
Help Question
Please criticise my code 61 messages
Code Review Request
Is there way to use egui with winit? 23 messages
Help Question
Converting TOBJ's mesh format to my own mesh format 5 messages
Help Question
Interpreter without Garbage Collector? 42 messages
Question
Help with hyper-rustls and mTLS (Client certificates) 19 messages
Code Review Request Beginner Help Question
Programmatically hide Windows Terminal (Win 11) 5 messages
Help Question
Disable building a cargo project for specific cargo targets? 7 messages
Tooling Help Help
Interpreting SIGSEGV in a Crash Report 10 messages
Beginner Question
How to create centered window using winit on windows? 4 messages
Help Question