rust-help-forum

11663 threads · Page 140 of 234

Using a public library in a webassembly project 10 messages
Question
writing first client/server application 6 messages
Beginner Help Question
Would you mind reviewing my lcd(hd44780) library for raspbery pis? 4 messages
Code Review Request Beginner Help
STATUS_DLL_NOT_FOUND 4 messages
Beginner Compiler Error
How to mutate a string in for loop while reading it's value in the bottom 6 messages
Beginner Help Question Compiler Error
Itertools breaks OffsetDateTime.format() 10 messages
Beginner Help Question
Implementing a trait on functions with generic lifetimes 11 messages
Help
Appeasing borrow checker: Selecting between one of two references to return with `if let` condition 6 messages
Beginner Help Question Compiler Error
What is the return value of the following function? (nom based question) 3 messages
Question
Releasing a Rust library as a dynamic library 8 messages
Tooling Help Help Question
rust-analyzer excessively crashing 9 messages
Tooling Help Help Question
nom - higher-ranked lifetime error 7 messages
Compiler Error
Some questions on a basic async workflow 26 messages
Code Review Request Beginner Help Compiler Error
Please review my specialized either type 10 messages
Code Review Request
including result of panickable method in Debug impl to not panic 8 messages
Help
How to turn generic type to struct type. 17 messages
Beginner Help
How would I test a function whose signature changes? 12 messages
Question
Creating a Writer object whose type signature depends on runtime param 4 messages
Beginner Help Question
Converting C to rust from Crafting Interpretters 8 messages
Help Question
Code Review Request for Etymology Analysis code 67 messages
Code Review Request
Brief Library Review 7 messages
Code Review Request
Cannot index into a value of type `ArrayWrapper<S>` 3 messages
Help Compiler Error
stich 13 messages
Help Question
Reverse the sign of an interger without doing *-1 15 messages
Discussion Help Question
Macro help 13 messages
Help
I'm ending end with RefCell<&MyStruct>, am I on the right track 4 messages
Beginner Help
Generating images 3 messages
Help Question
Rust analyzer is taking a lot of resources 2 messages
Tooling Help Help
Can not add actix ratelimiter to code. Idk what I am doing wrong (with my life) 37 messages
Help Compiler Error
Does Rust, just like Go, automatically use all available cores of your processor? 20 messages
Question
Drawing X for tictactoe 22 messages
Beginner Help
Implementing Clone for Enum with String 8 messages
Help Compiler Error
Compiling to Linux 10 messages
Compiler Error
Pain with udev on Fedora 69 messages
Beginner Tooling Help Help Compiler Error
Web App Chat Help 104 messages
Beginner Help
nested map borrow checking 64 messages
Question
Rc<RefCell<Self>> Object Safety 15 messages
Beginner Help Question
Generic arguments and non-constant values 6 messages
Help Question
`Send` "chache" for non-`Send` type 3 messages
Question
`let mut my_var = unsafe { *a_pointer }` seems to Copy?! 12 messages
Help Question
Some questions on async and blocking calls 3 messages
Question
Cloned Iterator to references 14 messages
Beginner Help Question
`Vec::shrink_to` behavior 24 messages
Question
Get the underlying error from anyhow 11 messages
Help Question
borrowed value does not live enough. 8 messages
Help Question Compiler Error
Async file operations on a custom executor 13 messages
Question
HRTB on multiple generics 95 messages
Help
I need help with iters 40 messages
Help Question
Parallelizing a boid simulation in Bevy 4 messages
Help
How to pass a SplitSink into tokio::spawn closure and tokio_tungstenite 4 messages
Beginner Question