rust-help-forum

11663 threads · Page 147 of 234

Implementing a foreign trait for all types that implement my own trait 13 messages
Help Question Compiler Error
Am I designing an anti-pattern? 4 messages
Help Question
Vector of trait objects with associated type 6 messages
Help Question
What is a Pin 25 messages
Question
Compilation error with feature flags 2 messages
Help Compiler Error
Attempted to read or write protected memory. when .net core called. 5 messages
Beginner Help
Cant use is_empty on IntoIterator even though it is stable 14 messages
Help Question
What is wrong with the first for loop 64 messages
Beginner Help Question
Callback on struct that passes mutable self. 27 messages
Beginner Question Compiler Error
WSL2 Permission denied (os error 13) 23 messages
Tooling Help Help Compiler Error
Issue with generic parallel_sum 18 messages
Help Question
Rust type inference no longer working, everything is inferred as unknown 50 messages
Beginner Tooling Help Help
Code Review 12 messages
Code Review Request Beginner
New to rust, trying to run someones app and error 96 messages
Beginner Compiler Error
[serde] Struct-inside-enum parsing dilemma 13 messages
Help
Iterator as associated type involving closures 9 messages
Help Compiler Error
Project organization tools, technique, philosophy 12 messages
Beginner Help Tooling Help Discussion Question
include_str! from outside crate directory breaks on cargo package 8 messages
Help Question
Creating an interrupt handler for windows 39 messages
Question
[Solved] unresolved import `lib` no external crate `lib` in the worksapce 5 messages
Help
unwrap_or_else with error handling 19 messages
Question
serde untagged enum 16 messages
Question
Can I get around linking these msvc libraries in C++ interop? 6 messages
Question
Newbie Qn Regarding Unit/Integration Testing 4 messages
Beginner Help Question
Macro pre-code 23 messages
Beginner Question
Monkey-patching libraries 5 messages
Discussion Question
cargo resolve transitive dependency 16 messages
Tooling Help
Compiler Error: Trying to copy a `#[derive(Clone, Copy)]` struct 7 messages
Help Compiler Error
beginner's issues with lifetimes and closures 16 messages
Beginner Help
How can I retreive data from a Fn (not FnMut) callback? 10 messages
Question
Trying to implement Display trait.. error 24 messages
Beginner Help Question
Code Review Request: My 1st program !! 88 messages
Code Review Request Beginner
what does `where [(); size_of::<T>()]:` mean and why is it needed here? 4 messages
Question
Return a dyn trait type from the method of said trait (or how I'm failing to implement ~inheritance) 34 messages
Help Question
How do I hide a binary from `cargo install --git`? 3 messages
Question
borrow twice 5 messages
Beginner Help Question Compiler Error
error: lifetime may not live long enough 10 messages
Beginner Question Compiler Error
First Rust App 5 messages
Code Review Request Beginner Help
Cannot assign to immutable argument on something marked mut 26 messages
Beginner Help
error using c static library in rust code 6 messages
Help
async fix 5 messages
Beginner Help
index enum 6 messages
Beginner Help
Build script for shader compilation (Shaderc) 9 messages
Help Question
Decoding and encoding gifs 16 messages
Help
Generalize over multiple serde data formats. 4 messages
Beginner Help Question
Interop with C++ Derived Message Types 3 messages
Discussion Question
Error trying to parallelize file reading and SQL table inserting (Rayon, Diesel, std, Serde) 12 messages
Beginner Help
expected `&str` found `!` 12 messages
Help Question Compiler Error
serde-rs help 4 messages
Beginner Help
Cannot drop a runtime in a context where blocking is not allowed. 6 messages
Help