rust-help-forum

11663 threads · Page 89 of 234

Operator overloading conflicting impls? 33 messages
Question Compiler Error
Need help understanding compiler error when implementing a new iterator method 15 messages
Beginner Help Compiler Error
CC create and assembly with nostd 6 messages
Tooling Help Beginner Help
Error handling inside for_each(||{}) 10 messages
Question
Struct array field with same size as generic parameter T 2 messages
Help Question
Rust application as a desktop background(windows) 2 messages
Discussion Beginner Help
network/socket programming in rust? 10 messages
Discussion Beginner Help
"The trait bound is not satisfied" with static lifetime 36 messages
Beginner Help
Arc<A> to Arc<dyn Thing> where A: Thing requires + Sized 9 messages
Help Compiler Error
serde_json struct fails to deserialize itself 12 messages
Help
2d array initialization 3 messages
Beginner Help Question
Looking for some help with an unsafe CommandBuffer class. 18 messages
Code Review Request Question
help with borrow checker needed 12 messages
Help Compiler Error
Prevent compiler from optimizing out code 49 messages
Beginner Question
Struct Generic Default Infer 10 messages
Help
System Calls To Use OS Features 3 messages
Help Question
clippy lint: unneccesary conversion 5 messages
Tooling Help Beginner Question
match if string is a digit 5 messages
Question
conflicting implementation on two impl 8 messages
Question
Iterate over a vector and modify it in the iteration (AoC day 4) 2 messages
Code Review Request Beginner Question
Need suggestions on how to solve borrowing issue 4 messages
Help Question
Why are these implementations conflicting? 7 messages
Question
How to avoid warp clients blocking each other? 19 messages
Question
Converting &str into String 7 messages
Question
How to properly destroy object ? 10 messages
Beginner Question
How to import gen_biguint_below from https://docs.rs/num-bigint-dig/latest/num_bigint_dig/trait.Rand 50 messages
Beginner Question Compiler Error
Creating an EXE 4 messages
Beginner Help
Help me sound less stupid in my application for a masters! 75 messages
Discussion
Mangaging wgpu "State" 4 messages
Help Question
serde how to type data when the data is an array of arrays 107 messages
Beginner Help Question Compiler Error
Lifetime of the return type in a no-argument function. 45 messages
Help Question Compiler Error
rust analyzer for the rust project 4 messages
Help Tooling Help Beginner Question
VSCode: "No such file or directory: <project>\Cargo.toml" 3 messages
Help
Trouble with casting Rc<RefCell<dyn Any>> to Rc<RefCell<T>> 16 messages
Help Question
How can I use rayon here? / How can I understand rayon errors? 16 messages
Question
Windows MessageBoxA errors 17 messages
Beginner Help Question
Conflicting generic implementations 37 messages
Beginner Help
Store functions of specific signatures in `Vec` 8 messages
Question
AXUM or ACTIX !!!!!!!!! 12 messages
Discussion
How to reduce code duplication? 23 messages
Code Review Request
Clippy won't warn unnecessary explicit lifetime annotations 8 messages
Tooling Help Beginner Help Discussion Question
Advent of Code Day 1 27 messages
Code Review Request Help
how to make a mutable function paramater 4 messages
Beginner Help Compiler Error
How to know when the data from a channel is done? 6 messages
Question
returns a value referencing data owned by the current function 9 messages
Help
Compile error when converting IValue to String with .to_string() 12 messages
Beginner Help Compiler Error
Runtime linking with `cargo test` 3 messages
Tooling Help Help
Linking dynamic library to rust project 21 messages
Tooling Help Help Compiler Error
how to add a default value only for some fields of a struct 4 messages
Beginner Help Question
use lib from example 2 messages
Beginner Question