rust-help-forum

11663 threads · Page 194 of 234

Source-compatible usage of termios 63 messages
Help
Variable can't be set behind a shared reference in loop 32 messages
Help Question
Decrypt PGP with sequoia 5 messages
Help Question
Singly Linked List 10 messages
Code Review Request Beginner
How to allocate blank cStrings for FFI 6 messages
Question
Accessing a member on an enum that's an alias of yet another type 9 messages
Help Question
How to assign current time to variable? 32 messages
Question Code Review Request Help
Cargo wildcard historic versions 4 messages
Question Tooling Help
Fibonacci number calculator 7 messages
Code Review Request Beginner
Why does leaving variable definition outside the loop not work? 41 messages
Beginner Question
There's a way to create a 'background' thread? 28 messages
Question Beginner
Does adding a feature without changing old features require a minor or patch version increment? 12 messages
Question
How does a `.by_ref()` iterator use up the underlying iterator's elements when passed to `.min()`? 11 messages
Question
Is there a way to use a derive macro on only some variants of a type with generic? 6 messages
Question
Why do I need a anonymous function here? 12 messages
Question
Need code review on a web project 2 messages
Code Review Request
How does rx.recv() work without constantly looping over and over? 15 messages
Question Discussion
In a vector method, better to return new modified vector or modify self? 5 messages
Code Review Request Question
Rust Equivalent of Typescript's `type myString = 'Option1' | 'Option2' | 'Option3'` (union types) 16 messages
Help Question
My first Rust project 37 messages
Code Review Request
How to get the newline index of a string based on a index into the string 11 messages
Question
Branching on whether trait is implemented, Ord is Debug? 7 messages
Question Help
transform VecT to VecU 52 messages
Question
Why use serde from re export fails, unresolved extern crate 2 messages
Help Question
problem with mod 5 messages
Help Beginner
Can I use serde to generate an iterator from a complex struct? 4 messages
Help Question
[profile.dev.package.foo] opt-level override has no effect - is this feature broken?? 24 messages
Tooling Help
Generic wrapper for a closure that returns a borrowing struct 20 messages
Help Question Compiler Error
Generic wrapper for a closure that returns a borrowing struct 2 messages
Help Question Discussion Beginner Code Review Request
Conditions for flow sensitive lifetime checks 44 messages
Help Question
Help with bindgen on Windows 14 messages
Help Question Compiler Error
Autogenerate cli from Prisma like schema 27 messages
Question
Assert generic relationship inside proc macro 16 messages
Question
serde_json static string size, is this possible? 4 messages
Question
Trouble with OpenSSL Dependency 8 messages
Help
Wasm Woes, index out of bounds 15 messages
Help
Code Review for io_uring,IOCP frontend 3 messages
Code Review Request
Help understanding fn type concept 3 messages
Beginner Help Question
Create a `Read` from string-like data (eg. json) 10 messages
Help Question Compiler Error
Error handling for a Package Manager 37 messages
Question Help
Can't disable clippy similar_names 25 messages
Question Help
The book 10.01, 10-4 Example panic 7 messages
Beginner Code Review Request Compiler Error Help Question
Always build specific module as release? 4 messages
Question
How to do anonymous functions 5 messages
Help Beginner
Copy file to the clipboard 53 messages
Help Question
Efficient Rust-Rust Interoperation 10 messages
Question
File placement of trait functions 12 messages
Help Question
Passing `stdout` to a C function that accepts a `FILE *fp` 7 messages
Question Help Beginner
OpenCL changing behaviour from irrelevant code 21 messages
Question Tooling Help Help Beginner
write struct to file 65 messages
Question