rust-help-forum

11663 threads · Page 118 of 234

Returning dyn reference to a local variable is valid? Why? 18 messages
Beginner Help Question
Need help with a trait. 5 messages
Help Question
Is there a difference between using `dyn` and stating the trait object as part of the function signa 8 messages
Question
Parameter T is never used in trie 7 messages
Help Compiler Error
SOLVED: Constrain deeply nested types within traits 2 messages
Help Compiler Error
Rust Build Script?? / Litcrypt at compiletime 11 messages
Help Question
Rust equivalent of vectorized python code? 6 messages
Beginner Help Question
Create `reader (: BufRead)` and `writer(: Write)` so that reader's output depends on writer's input. 2 messages
Beginner Help Question
Newbie needs help structuring project 21 messages
Beginner Help Question
Limited Generic Function 7 messages
Beginner Help Question
Implementing external crate's trait for an external crate's type 4 messages
Question Compiler Error
Buffer reading & inflating with flate2 39 messages
Code Review Request Beginner Help Question
Using opt::Add trait without taking ownership? 14 messages
Beginner Help
I made a project that prints random words 95 messages
Code Review Request Beginner
How to print PanicInfo payload? 9 messages
Help Question
Help designing data structure with cyclic pointers 35 messages
Help
How to run SH command from Rust ? 2 messages
Beginner Help Question
Removing occurrences of an element in a vector. 11 messages
Beginner
MacOS Segfault Native Bindings CoreFoundation CFDictionary 2 messages
Tooling Help Help Question
Generics sharing the same signature 54 messages
Beginner Help Question
Use vectors in SELECT ... IN $1 statement 2 messages
Help Question
wrapper struct lifetimes 4 messages
Discussion Question
dependency hell 3 messages
Tooling Help Help Question
Correcly using Rc here ? 3 messages
Question
Help with compiling my app 10 messages
Help
Keywords: virtual, abstract, final, override 6 messages
Question
Linker cc not found while cross compiling 3 messages
Help
Compiler making sense but allowing code it shouldn't? 10 messages
Code Review Request Help Question Compiler Error
mutable is also borrowed as immutable mutable borrow error 6 messages
Help
Rusqlite ICU linking 6 messages
Help
Cyclic generics/type aliases due to associated types 13 messages
Help
Optimizing a Sliding Window Pattern Match Function in LZ77 Compression Algorithm 22 messages
Code Review Request Question
Long term AutoCAD project 6 messages
Discussion Question
Safe spinlock with explicit unlock 7 messages
Question
code review: traits and channels 2 messages
Code Review Request Beginner
Make a custom deserializer as smart as the default one 4 messages
Help Question
Strange-borrow checker error in a read loop, while trying to parse using `nom` 9 messages
Beginner Help Compiler Error
Test harnesses 10 messages
Question
Type resolution in syn 3 messages
Question
Wellp, this looks fun, fighting with the borrow checker in an async context 6 messages
Help
Confusion with mutable and immutable borrow on self 10 messages
Beginner Question
How should I manage multiple instances of a game in a discord bot? 3 messages
Beginner Help
Await with extern type contains an Rc field 25 messages
Help Question
Async Parallel Requests 18 messages
Help Question
Standard Distributions 3 messages
Question
When would you want to use a unit struct? 2 messages
Beginner Discussion Question
Writing an ssh daemon in Rust 6 messages
Code Review Request Beginner Help Question
Cross compile for raspberry pi 4 133 messages
Help Compiler Error
Is it possible to expand a vec into its elements as a function argument 4 messages
Help Question
How do i receive keystrokes from kernel space (i.e any application 3 messages
Question