rust-help-forum
my first "real" project: assigning students seats in halls
Code Review Request
Beginner
Avoiding a redundant_allocation Clippy warning
Beginner
Help
Question
Container stopped working after working for a few weeks
Tooling Help
Help
Linking error when cross compiling
Tooling Help
Help
Is my rust IDE setup wrong ?
Tooling Help
Question
Pattern match byte literal with variable binding the rest.
Question
Vector with hashmap for quick lookups ownership.
Question
Axum: I can't compile my GET handler because of tokio threads?
Beginner
Help
Compiler Error
How can I throw a clap looking error?
Help
How to Cross-compile to Raspberry Pi (32-bit)
Help
Question
Compiler Error
Blanket implementation of foreign trait on all local types that implement a local trait
Help
Compiler Error
How to call async function from another function
Beginner
Help
Question
Compiler Error
Some sort of borrowing error
Beginner
Help
Compiler Error
werid bug with parsing ansi encoded string to tui types
Help
Cant connect to mysql server OS Error (111) Connection refused
Beginner
Why sql::conn::pool isn't accepting a string like in the docs?
Beginner
Compiler Error
Stack Overflow error (probably just bad code)
Beginner
Help
Compiler Error
FFI newtype
Question
Cancel one future but not the other
Question
Serde secret
Help
Inverse Kinematics Bug
Code Review Request
Help
Detect `cdylib` or `rlib`.
Question
Criterion async benchmark hangs
Tooling Help
Beginner
Help
Better Refactor If Possible Of Lifetime
Code Review Request
Question
Make strikethrough text in egui
Question
Cryptopals implementation improvements
Help
How to use type system to return exact response in rust.
Help
Question
Code Review for recently open-sourced project
Code Review Request
Parse TOML during compile time
Question
Problems with uninitialized(?) memory when using Cells and raw pointers
Help
expected type parameter `Cell` found struct `Cell`
Help
Compiler Error
Need help structuring this
Help
Lifetime may not live long enough
Help
Why are arithmetic operators moving? why don't they work for immutable references?
Question
Godot TSCN is not parseable as TOML
Help
Workaround implementing trait for all types that implement From<X> or TryFrom<X>
Code Review Request
Help
Question
Monomorphization slows down code?
Code Review Request
Question
Dereferencing pointers in rust?
Help
Serde Deserialize any type to the correct type from a csv
Question
Issues with #[macro_export] and same-name macros?
Help
Compiler Error
Saving a PNG file with the image crate is very slow (specifically in comparison to saving bmp)
Help
Question
Conflicting implementations due to blanket impl, but the blanket impl doesn't apply to the type.
Help
Question
Type Signature for Closure
Beginner
Help
Cannot return value referencing local variable
Help
build.rs Unable to call function in file with in-project dependencies.
Question
Miri UB error when working with MaybeUninit array?
Help
Clap Remove the 'tip' Messages
Help
Proc-macro omitting warnings
Help
Question
RustCrypto: How to encrypt bytes without consuming the cipher?
Question
Calculator!!!
Code Review Request