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