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