rust-help-forum

11663 threads · Page 125 of 234

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