rust-help-forum

11663 threads · Page 34 of 234

Const Generics & Struct Members 29 messages
Discussion Help Question
Borrow checker ordering. 10 messages
Help Question
gigachat api library 15 messages
Code Review Request
Dbb 13 messages
Help
What is a *mut [T]? 13 messages
Question
Sound generic self-referential struct abstraction (lol) 15 messages
Discussion Help Question
Any work around for associated statics? 25 messages
Solved
How to call a Rust function in a FFI callback? 17 messages
Beginner Help Solved
How can I avoid loosing type info here? 144 messages
Help Question Solved
How to impl compare and swap in rust 28 messages
Code Review Request Beginner Discussion Question
Why is this code so slow? 9 messages
Beginner Help
Parsing with Pest 15 messages
Beginner Help
Any more optimal way to calculate pressed, just_pressed, and released? 59 messages
Code Review Request Question
Implementing mutable iterators 4 messages
Question
Macro help 39 messages
Help Question
Borrowing mutably multiple times without unsafe in BST. 36 messages
Beginner Help Question Compiler Error
library poisoning 4 messages
Help Question Solved
confusion related this code 21 messages
Beginner Help Question
WGPU Camera - Properties Seem Fine But Cant See Cubes 10 messages
Help Solved
Unstable if condition combined with stable condition 10 messages
Help Question Solved
Recursive trait definition on Vec<T> 4 messages
Question
Ownership error 10 messages
Beginner Help Solved
Function accepting a Vec<&Type> or Vec<Type> ? 18 messages
Help Question
expected `Status`, found `Box<dyn Error + Send + Sync>` 2 messages
Beginner Help Compiler Error
Lookimg for advices! (Screensharing/streaming) 17 messages
Help Question
Module Manipulation 25 messages
Question Solved
Custom ECS/platformer start review 3 messages
Code Review Request Help
TTL values 8 messages
Help
Direct memory management questions 27 messages
Help Question Solved
Android ime on winit 12 messages
Help Question
Cross-compilation for ARM fails on windows dev drive 3 messages
Tooling Help Help Compiler Error
Local copy of dependencies 7 messages
Tooling Help Help Question
target x86_64-unknown-linux-musl seems to require libdl 16 messages
Tooling Help Help Compiler Error
Fix crashing of opengl and glfw 12 messages
Beginner Help Solved
Get the content between two string 21 messages
Help Solved
Create multiple thread in a loop 17 messages
Help Solved
Trying to abstract away from library types 17 messages
Help Solved
Code Review: Basic Naive Tiny Work Stealing Impl 2 messages
Code Review Request Beginner
Storing a String in Vec<&str> 11 messages
Beginner Question Solved
error handling with warp 47 messages
Discussion Help
Get texel size in fragment shader with Macroquad 4 messages
Beginner Question Solved
How to handle streaming audio? 7 messages
Help Question
How to pass non-owned struct where FFI function requires owned struct? 4 messages
Help Question
so how they are working 9 messages
Code Review Request Discussion Beginner Help
code reivew 3 messages
Code Review Request
Weird behaviour in my collision sim 35 messages
Help Solved
Binary Tree implementation Code review and help with ownership 22 messages
Code Review Request Question
looking for opinions LLMs in rust 14 messages
Tooling Help Help Beginner Discussion Question
Traits Impl async etc. Command implementation in rust 27 messages
Help Question
Learning Concurrency in Rust 16 messages
Beginner Question