rust-help-forum

11663 threads · Page 224 of 234

Organizing API 6 messages
Question
A function that returns a VecPathBuff. 6 messages
Help
understanding design flaws when working with mutable self references 6 messages
Help Beginner
Return 2 Different structs from a function 5 messages
Help Question
question about storing JoinHandles in a struct 64 messages
How do you add a custom implementation of getrandom for unsupported targets? 3 messages
Question Help
Buffered Concurrency + Parallelism with Tokio 15 messages
Question
is there a function that takes a list and outputs the index and list 7 messages
Question Beginner
i want to store an arrray inside of another array 2 messages
Question Help
idiomatic way to remove item(s) from linked list 29 messages
Making request with TLS 4 messages
Help
Move semantics in block expressions 9 messages
Question
const generics in traits 3 messages
Help Question
Is there someway to color info!() ? 4 messages
Question
Problem with diesel max for select statements 12 messages
Help
Iterating over the bits of an unsigned int 7 messages
Help
Any way to specify build target for my build script? 15 messages
Tooling Help Help
Library recommendation for a webapp 7 messages
Question Discussion
Working with std;;process;;Command stdin 2 messages
Help
Small question, How do i not have to write a decimal point everytime for my structs. 38 messages
Help
Best Crate for Keyboard and Mouse Control or Getting Input? 28 messages
Beginner
How can I replace inheritance in rust? 19 messages
Question
Unbind a Tokio UdpSocket 12 messages
Question Beginner
About `BinaryHeap`'s `Hole` implementation 4 messages
Question
Adding methods to a type 28 messages
Question
Adding rows to Pola-Rs Dataframe 2 messages
Help Beginner
How to build a stream? 154 messages
Help Question Code Review Request
Cannot find value `net` in this scope 5 messages
Help Compiler Error
I can't understand ... does not live long enough errors 9 messages
Help
Right approach for processing async requests 5 messages
Help Beginner
Slice from certain size 59 messages
Matching against and updating a mutable reference 10 messages
Help
Questions about data files 63 messages
Question Beginner
How to properly read Rust documentation? 25 messages
Beginner Discussion
What is a mutex in simple word? How does it work and what is its application 41 messages
Question
best way to send a Vec of pointers between threads 12 messages
Style guidelines for where to declare external modules? 4 messages
Help Question Beginner
how would we go about splicing elements from one LinkedList into another? 16 messages
Explain lifetime as if I'm 5 74 messages
Help Question Discussion
Recursive function always returning None 18 messages
Question
How do I make my struct sortable? 4 messages
Help
Iterating over a string vector 9 messages
Help Question Compiler Error
Plugin system in rust 43 messages
Question
is this a splicing use case? if so, what is the proper syntax? (sorry, splicing novice here) 68 messages
How would I match fields in self? 2 messages
Choosing a random item from a Stream 6 messages
Question
how does the static analyzer? work 22 messages
Beginner
Move out of &mut 5 messages
Question
building 13 messages
Question
Future cannot be sent between threads safely 2 messages
Help Question