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