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