rust-help-forum

11663 threads · Page 22 of 234

performance difference between byemuck peel_ref and std deref? 4 messages
Help Question
How do I specify the lifetime of a generic parameter in a `for <'a> Fn` HRTB? 36 messages
Discussion Help
Requesting a review of my music streaming server. 113 messages
Code Review Request Beginner
Trailing Semicolon Warning For Macros 11 messages
Question
Good resource for learning 6 messages
Beginner Question
Extend lifetime of future 24 messages
Help Question
tokio (+notify), three tokio mpsc channel seems to poll with >80% cpu usage. 2 messages
Help Question Solved
Cargo-pgo: significant perf drop with non-relevant cfg flag 7 messages
Tooling Help Help Solved
conditional compilation trait bounds 18 messages
Beginner Help Discussion Question Compiler Error
Looking for code review on Redis alternative library. 2 messages
Code Review Request
Transmute single field structs 15 messages
Beginner Question
Pass async callback to looping function 63 messages
Help
Can I learn rust by osmosis 33 messages
Beginner Discussion
Difference between unsafe block and unsafe fn 38 messages
Question
Could not find directory of OpenSSL installation and rust-openssl 13 messages
Tooling Help Compiler Error
Storing Dyn objects that uses &T as input 10 messages
Help Compiler Error
How unsafe is this? 70 messages
Code Review Request Solved Beginner Discussion Question
Concurrent token refresh logic 23 messages
Beginner
Wrote some code, but I think it is quite bad. 22 messages
Beginner Question
Pin for Box<T> task that frustrates me 50 messages
Beginner Help Question
Trying to solve "borrowed value does not live long enough" error 74 messages
Help Compiler Error
insane macro 2 messages
Question
Utility types in Rust 16 messages
Question
What is causing this borrow error? 7 messages
Question Solved
Passing data from an option in assembly language block? gets wrong address 10 messages
Discussion Question Solved
Any `partition_point` equivalent for `BTreeSet`? 7 messages
Help Question Solved
Axum re-directs to a invalid route 2 messages
Help
clippy losing it's mind in workspaces 2 messages
Help
moving RUSTFLAGS to .cargo/config.toml 49 messages
Help Question Solved
Looking for a declarative rust gui framework that supports dockable windows out of the box. 11 messages
Beginner Tooling Help Help Solved
How to call different function if Fn item is a function pointer? 13 messages
Question
types / typestate / default generics -- help me make my code NOT compile 7 messages
Discussion Help Compiler Error
Assignment Issue 20 messages
Beginner Discussion
workspace config.toml ignored 5 messages
Help Compiler Error
How do I call an elf function from an efi bootloader correctly 374 messages
Help
weird rust-analyzer issue with features 4 messages
Help Solved
Linker attempting to link to macos 10.12 5 messages
Help Compiler Error Solved
Borrowing 2 mutable fields works but borrowing the same 2 mutable fields via function call does work 24 messages
Question
Why might `--release` break this 201 messages
Help Solved
overflow evaluating the requirement `_: std::marker::Sized` on QueryDsl trait on diesel-rs 5 messages
Beginner Help
Trouble playing Lavalink audio in Rust 6 messages
Help
Practical advice for bindgen struct initialization 24 messages
Beginner Help Question
Looking for a code review for my web backend. 4 messages
Code Review Request Beginner Help
Unzipping randomly fails 71 messages
Help Question
Service implementation / maps 2 messages
Question
Custom niche optimization 30 messages
Question
Type for uninitialized unsized allocations 4 messages
Code Review Request Help Solved
Writing a generic, curried multiplication function 12 messages
Beginner Help Solved
Feature gate for enums in const parameters 3 messages
Question Solved
Automatically implement trait, "conflicting implementations" 18 messages
Question