rust-help-forum
Structuring a rust project
Question
Encoding a collection of types inside the type system (using the bitwise OR operator)
Discussion
Help
Conditional `where` requirement with config flags
Help
Question
trait object restrictions
Question
enum_dispatch not generating impls
Beginner
Help
Question
Confused about this generic implementation
Beginner
Help
Question
UnixListener Sending/Reading data.
Help
anyone can help me with traits
Beginner
Discussion
Question
```warning: can't reference `Self` constructor from outer item```… in a macro?
Help
Question
Compiler Error
help with axum tracing
Beginner
Tooling Help
Help
Discussion
Question
unsatisfied trait bounds
Beginner
Help
Frameworks stack for simple web applications
Tooling Help
Question
zsh completion not working correctly
Beginner
Help
Question
Encoding Vec<String> to MySqlType sqlx
Help
Compiler Error
Please give me feedback for my AI project!
Code Review Request
Discussion
Windows: openssl-sys cannot find the OpenSSL dir even with hardcoded OPENSSL_DIR
Tooling Help
Help
Question
How to make an enum that takes fields of a function with a macro
Help
Question
Sould clippy run incrementally?
Tooling Help
What is a more idiomatic way to combine numbers during lexing?
Code Review Request
Beginner
Help
Question
Generic for "type has method"?
Beginner
Question
"vec like" collection that implements `hash`?
Help
Question
How to handle twisted x:y and empty amount of cards on game table
Question
Weird compile issue, opaque expected type found (exact same type)
Compiler Error
Lua <-> Rust FFI
Beginner
Help
Question
help with axum + cors + session based auth (session_id cookie)
Beginner
Help
Tooling Help
Discussion
Question
Shared parameterized trait implementation
Help
Question
Help with traits with generic types and lifetimes
Beginner
Question
Generic Type Help
Help
Question
Linux: How to specify custom interpreter? (rustc / cargo)
Help
path macro
Beginner
Question
threads closures
Beginner
Reuse a block of async code with a closure
Help
Owning a value A, and a value B that is borrowing value A
Beginner
Help
cargo doc question
Help
Question
Code is very slow :(
Code Review Request
Beginner
Question
guts, where i can read about network with rust?
Question
Squarified Treemap
Beginner
Help
How can I return a tuple from a block to use the variables?
Beginner
Help
Service implementation
Discussion
Help
Question
writing a datatructure in which an entity is dependent on another
Help
Question
Getting the raw address of a function
Help
Question
Parsing a deku struct from `bitvec::Bitslice`
Help
Question
conflicting implementations of a trait (not clear why!)
Help
Feature: #[derive()] on functions
Discussion
Question
So i uninstalled rust and reinstalled it now it doesnt find the c++ build file
Help
Callback data escape workaround?
Help
Question
Receiving Associated Types for Associated Items
Beginner
Help
Question
clang: error while loading shared libraries: libclang-cpp.so.18.1
Tooling Help
Compiler Error
Help me test my load balancer and fix why its refusing connection ?
Code Review Request
serde is deserializing json incoming from a webocket to the incorrect custom struct.
Help