rust-help-forum

11663 threads · Page 139 of 234

Resolving dependency in a workspace 29 messages
Beginner Help
Deserialize JSON object into a Struct without indirection 8 messages
Help Question
Power out corrupted json file 6 messages
Help Question
future cannot be sent between threads safelythe trait `std::marker::Send` is not implemented for 17 messages
Beginner Help Compiler Error
Where to get mspc? 2 messages
Question
Is there a better way of turning this string input into a Vec<Vec<u32>>? 2 messages
Code Review Request
`move` keyword in closures. 8 messages
Question
Code works in Test, but fails in actual run 6 messages
Help
Cancel synchronous stdin().read_line() from asynchronous environment 2 messages
Help Question
Real-time Image Display 3 messages
Question
Getting default target 2 messages
Tooling Help Question
how can i put an element back in an iterator? 9 messages
Help
Memoization optimization 9 messages
Code Review Request Beginner Help
RwLock & Non-Lexical Lifetimes 11 messages
Help Question
Help forcing move of a value into a return (lifetimes) 5 messages
Help Question
LeetCode 2 messages
Code Review Request
help threading performance 9 messages
Code Review Request Beginner Help Question
pipe "yt-dlp" command stdout to rodio 21 messages
Code Review Request Beginner Help
I have finished reading the rust book and done the rustling course. What could I do next? 9 messages
Beginner Question
How to implement a trait for any lifetime ? 47 messages
Help Discussion Question Compiler Error
Help returning a borrowed value from a struct member function. 32 messages
Help
Serde RON File Opening and Parsing 8 messages
Beginner Question
[ERROR rust_analyzer::lsp_utils] rust-analyzer failed to load workspace: "cargo" "--version" failed: 2 messages
Tooling Help Help
modify class from another thread 7 messages
Beginner Help Question
(Solved) Matching std::io::Cursor to std::fs::File::open 3 messages
Discussion
help threading a for loop 28 messages
Question
'Dynamic Handlers' pattern designing around Rc<RefCell> 17 messages
Code Review Request Beginner Help
hidden type for `impl Iterator<Item = K> + 's` captures lifetime that does not appear in bounds 7 messages
Help
Borrow variable without moving 5 messages
Beginner Help Question
Compile Time Trait Condition 3 messages
Beginner Help Question
cannot return reference to local variable 14 messages
Help
Translated code from C++ doesn't work as expected 10 messages
Code Review Request Help Question
lifetime errors, while using closures 32 messages
Help Discussion Question Compiler Error
`cxx` crate - using Rust types within a C++ class 3 messages
Help
Custom Linked List push_back Error 10 messages
Code Review Request Beginner Help Compiler Error
Stuck on double mutable borrow 21 messages
Beginner Compiler Error
Implementing a trie. Says type is not mutable, even though it is mutable? 9 messages
Beginner Compiler Error
How to restrict generic type of struct to take only a trait's associated type 9 messages
Help Question Compiler Error
SOLVED :: Serde hallucinating the "std" feature - can't find crate for 'std' on no_std 35 messages
Help Question Compiler Error
"One type is more general than the other", but they're both equivalent? 26 messages
Help
Macro help 7 messages
Help
modularizing macro 36 messages
Help
Borrowing Problem 4 messages
Help Question
how to realistically combine C, python and rusty 38 messages
Discussion Question
Avoiding `RefCell` in synchronous callbacks 5 messages
Question
Conversion between Wrapper types 12 messages
Question
review a virtual machine for a programming language :P 2 messages
Code Review Request
Easier way to pass in a new `*mut` struct into function? 7 messages
Beginner Help Question
Does cloning &RefCell<T> create a new reference or new T ? 14 messages
Help
cannot borrow `game` as mutable because it is also borrowed as immutable 48 messages
Beginner Question Compiler Error