rust-help-forum

11663 threads · Page 187 of 234

Serde deserialize mixed formats 6 messages
Question Help
Resolve option and return value 2 messages
Help Question
Raw pointer moved when crossing ffi boundaries? 31 messages
Question
Constraining Generics for Traits 8 messages
Help
Test Location for Single Item Crate 33 messages
Discussion Question
Returning an Opaque pointer to a rust struct 12 messages
Question Help Beginner
Rules of thumb for where to export stuff 19 messages
Question Discussion
Rust Type Error 14 messages
Help
macro help 5 messages
Help Question
Access violation 3 messages
Help
How to add vendored crates to project workspace? 2 messages
Tooling Help Question
How to use a self var to define a buffer size 8 messages
Question Beginner Help
Read from i32* from FFI. 11 messages
Help Question Beginner
Does anyone know how to do arith on const generics? Error 2 messages
Question
Why &String is not coerce to &str in tuple? 6 messages
Question Discussion Help Compiler Error
Is This Function Idiomatic and Correct(Converting TS to Rust) 4 messages
Code Review Request Question
Getting 'static reference of a const value 39 messages
Help Question
Translating a Vec [u8;32] to a C interface 56 messages
Help Question Beginner
Is there a way to not repeat all these `From` for enums given that the values will be always the s 7 messages
Help Question Discussion Code Review Request
Smart pointer edit value 32 messages
Beginner Help Question
Struct with internal references 7 messages
Help Question
Help me with this closure on egui 11 messages
Help Beginner
Interleaving iterator code review 23 messages
Code Review Request
Execution error with bindgen 11 messages
Help Compiler Error
Borrow Checker Error mutability error in loop 31 messages
Help
Cross compilation failed 7 messages
Help Compiler Error Question
How to pipe UNIX socket to Command stdin? 9 messages
Question Help
Some help with macros 28 messages
Help Question Beginner
can't obtain a &mut of T with Rc RefCell of T 33 messages
Help
Get list of fns from dyn object 4 messages
Question
Streaming .ogg over HTTP to local audio player 9 messages
Help Question Beginner
Concat arrays in const fn 20 messages
Question
Am I using mpsc correctly here? 14 messages
Code Review Request
Why aren't these two syntaxes equivalent? 25 messages
Help Beginner Question Compiler Error
Rust {unknown} type in for loop 24 messages
Help
Best practice for creating faster testing option 15 messages
Beginner Question
In-place O(1) filtering of Vec 8 messages
Question
Mutex deadlocking while broadcasting WebSocket message 2 messages
Help
Cycle erroneously implements FusedIterator 18 messages
Discussion
Workaround for conflicting implementations 7 messages
Question Compiler Error
input a integer and use it in pattern matching 40 messages
Beginner Help
Statically linking libpq 7 messages
Help Compiler Error
Static library search path 5 messages
Help Tooling Help
Thin .Vs Core .Vs Raw... How to name a base struct...? 3 messages
Discussion Code Review Request
Where do I find easy to get started issues to get started contributing? 4 messages
Question
Tideman Voting System 2 messages
Code Review Request
Cancle one loop run 8 messages
Question Discussion
How to use Option &str for Argument Expecting Option String 15 messages
Question Beginner
inventory logic (basic) 18 messages
Code Review Request
Why is Uninitialised Memory Zeroed? 23 messages
Question