rust-help-forum

11663 threads · Page 6 of 234

feedback on design/performance nitpicks on my (2nd) calculator 7 messages
Code Review Request
Feedback on my project's readme 10 messages
Code Review Request Question
need help following a wgpu guide 46 messages
Beginner Help
How can I write this better? 12 messages
Code Review Request Beginner Help
Running rust-analyzer locally for developing on a remote machine with limited memory 4 messages
Tooling Help Help
Cant set up llvm-sys for inkwell 61 messages
Beginner Tooling Help Solved
Advice on How to learn effectively as a beginner at the field on rust and programming concepts 40 messages
Tooling Help Beginner Help Discussion Question
Need a little help / feedback 2 messages
Code Review Request Beginner Discussion Question
Dealing with Serde compile times 34 messages
Tooling Help Help
Rc struct internals 12 messages
Discussion
Ensure that a pointer to data stays alive as long as the structure is using Pin 33 messages
Question
Why doesn't Rust have unsafe features? 17 messages
Question
Compilation crash using custom test framework 8 messages
Help Question Compiler Error Solved
intrinsics::assert_inhabited::<T>(); how does this works 4 messages
Discussion
Pipewire stream (as in a discord stream) does not pick up audio output from rodio 33 messages
Help
FFI: Ownership and Lifetimes of native pointer wrapper structs 10 messages
Beginner Discussion Question Solved
Querying own Rust codebase 4 messages
Discussion Question
Brown Book forum feedback 11 messages
Discussion
Would linux help 27 messages
Discussion Beginner Help Question
How to use boolean configuration options in rust 19 messages
Beginner Help Question Solved
Async fn, future is not Send, minimal example 12 messages
Help Solved
Is this a stable message catcher? (std::panic::catch_unwind, downcast) 9 messages
Code Review Request
How to Flatpak a Rust application properly 14 messages
Tooling Help Help Question
variance issue 9 messages
Discussion Help
Loop Unrolling function help 13 messages
Beginner Question
Code review 21 messages
Code Review Request Beginner Question
Need a little help here... Rust / Slint 15 messages
Code Review Request Beginner Help Question Compiler Error
Conceptual problem regarding a stateful UI framework 2 messages
Help Question
Creating an object with the Into<Option<ConnectOptions>> trait. 11 messages
Beginner Compiler Error
How do you export one symbol from a binary? 10 messages
Tooling Help Help Question Solved
Linking failure for an embedded target with a bindgen-rs built static lib 4 messages
Tooling Help Help Question Compiler Error
Viewport stretching 2 messages
Beginner Help
Creating a mutable iterator 102 messages
Beginner Help Solved
Git style flag argument in Clap. 2 messages
Beginner Question
Developing Chess Engine 931 messages
Code Review Request Beginner Discussion
Range Query lifetime validility 2 messages
Help Question Compiler Error
Confusion about duplicate versions of the same crate in one binary 2 messages
Question Compiler Error
Is making your own `macro_rules`-style macro possible declaratively? 6 messages
Help Question
config.toml target rustflags ignored 4 messages
Tooling Help Help Solved
Capturing an owned buffer + structs that borrow from it (for use in channels) 8 messages
Discussion Question
Question about enum size 71 messages
Question
Hiding the type of an error enum with a wrapper struct, repetitiveness of modeling errors? 14 messages
Question
Speed Differences When Using Strum 28 messages
Discussion Question Solved
expose an export only to submodules? `my_mod/mod.rs` and `pub(???) use crate::blah::Blah` 5 messages
Question Solved
Help with weird flate2 compression eror 22 messages
Help
Improve variable length u64 decode 5 messages
Code Review Request Question
Trying to understand serde (json) and how to control the output 11 messages
Beginner Help
Change static array size cause UB 42 messages
Discussion Help
Kinda theoretical question on parsing/tokenising for a calculator 19 messages
Beginner
Is there a less verbose way to do this with enums? 16 messages
Code Review Request Question