rust-help-forum

11663 threads · Page 23 of 234

OS in rust? 47 messages
Discussion Help Question
looks like the compiler is suggesting something that does not work 2 messages
Question Compiler Error
`tracing` 5 messages
Code Review Request Beginner Question
Odd LLVM error returned from rustc 13 messages
Question Compiler Error
Linux disk CLI tool 32 messages
Discussion Beginner Help
Script-ey or CLI-ey things that can still run when main project won't compile 8 messages
Beginner Discussion Question
Sanity check on ioctl usage 63 messages
Code Review Request Help
Question regarding macros 3 messages
Help Question
Constraining type parameter in impl block only with an associated type? 11 messages
Code Review Request Question
Conditional compilation using both `target_feature` and `cfg` 23 messages
Help Question Solved
Trying to buffer futures 4 messages
Help
Clippy warning 12 messages
Beginner Help Solved
Both moving and borrowing in async block 4 messages
Question
Thread local Storage for Kernels 6 messages
Discussion Tooling Help Help Question
desktop entry from `cargo install` 20 messages
Question
Defining a Trait with a Generic T that accepts a lifetime 5 messages
Help Question
Rust borrow checker problem? 15 messages
Question Compiler Error
Same MTU-exceeding packet on Wireshark, but different response from router 5 messages
Help
Oauth2 example error 6 messages
Beginner Tooling Help
Return Box<dyn Iterator<Item=Self::Type>> 3 messages
Help
Get caller information 12 messages
Question Solved
Installer-style releases 5 messages
Question
Visitor pattern in rust .?? how to implement it 3 messages
Beginner Discussion
How do I use std::io::Path in Flutter Rust Bridge? 5 messages
Help Question Compiler Error Solved
Code review for a method that finds the most common number in a vector 10 messages
Code Review Request Beginner
Why is this trait impl conflicting? 10 messages
Question
Help with Rust-Analyzer not expanding macros 4 messages
Tooling Help
the trait `SizeOf` is not implemented for `OrderedFloat<f64>` 17 messages
Solved Beginner Help Question Compiler Error
Weird indentation for chained methods? 15 messages
Help Tooling Help Beginner Question
Sanity checking unsafe that Miri doesn't like 12 messages
Code Review Request
Need help with explicit lifetime 12 messages
Beginner Help Compiler Error Solved
Regex *_iter time complexity 19 messages
Question
What is wrong with my TOTP implementation 5 messages
Code Review Request Help
meta-variable `variant` repeats 3 times, but `param_name` repeats 0 times 2 messages
Help
Is this a bug on my side or with SDLGPU? 4 messages
Help Question Solved
Rust book 16 messages
Help Question
Is there any good toml highlighting extension for VS Code 6 messages
Tooling Help Solved
Rust Analyzer crashes & freezes 6 messages
Help
Embed twitch video player tauri 5 messages
Beginner Help Question
hashmap and dyn trait 20 messages
Beginner Help Question
[windows-rs] transmute_copy &T to ManuallyDrop<Option<T>>? 13 messages
Beginner Question
Looking for feedback on my object management crate 3 messages
Code Review Request
Why don't you have to `.await` `tokio::sync::broadcast::Sender::send()`? 8 messages
Discussion Question Solved
Borrow Misunderstanding, cannot borrow `*self` as mutable because it is also borrowed as immutable 18 messages
Help Compiler Error Solved
Init Functions, Their Ordering, and Not Calling Out-of-context 11 messages
Discussion Help Question
Question about collections of strings 24 messages
Help Question Solved
Need help with a fixed-size vector to fixed-Size Array Conversion function 2 messages
Beginner Help Compiler Error Solved
How to create function with closure argument that returns generic Error? 16 messages
Question Compiler Error
How can I fix multiple mutable borrows of Self? 40 messages
Beginner Compiler Error Solved
writing through reference to uninitialized memory in union not UB according to Miri 8 messages
Discussion Help Question Solved