rust-help-forum

11663 threads · Page 207 of 234

type annotations needed cannot satisfy `P Deserialize'a` 39 messages
Compiler Error Help
LF Rust game GUI packages 4 messages
Help
My parser just infinite loop. 6 messages
Help
Idiomatic way to edit the `Debug` result of an Enum without reimplementing everything from scratch 22 messages
Help
How to serve different static files from a single mounted directory in actix web 4.1.0 6 messages
Help
How to include Escape Character in regex 5 messages
Question Help
How do I make a global const struct if I can't initialise with const? 46 messages
Question
Rust Evangleists Wanted! 47 messages
Discussion
Radix-tree like datastructure that is 1) cache-friendly 2) efficiently mergeable 18 messages
Discussion Question
Distributing equally heavy work to threads 8 messages
Code Review Request
Criterion with method taking mutable reference 6 messages
Help
Clone loses type annotation 11 messages
Help Question
Optimizing a Binary Parser 4 messages
Code Review Request Help
Help writing a lexer 5 messages
Help Code Review Request
How do you copy a box pointer? 19 messages
Question
Program relies on one version of openSSL 69 messages
Question Help
Unable to compile actix-web project in Ubuntu 22.04 6 messages
Compiler Error Help
Lifetimes with traits question 19 messages
Question Compiler Error Beginner
Asociated type repetition 3 messages
Question
How to read sub Byte size vlaues 61 messages
Question
Translate Graph DataStructure from Python to Rust 8 messages
Help
String Slices? 3 messages
Question
Borrowing and such 9 messages
Help
JSON Schema-Compatible Config Handler 4 messages
Help
collapsing matches 4 messages
Help
Avoiding existential closures on generics 6 messages
Question
Persist data from proc macro 4 messages
Discussion Question
Confusion with Cell 56 messages
Question
Lifetime for IntoIter 11 messages
Help
graphics engine for a fractal project? 26 messages
Beginner Question
Accepting either a fn or an async fn as a callback 8 messages
Question Help
When does write! panic? 8 messages
Question Discussion
Working with Files without copying 3 messages
Help
fn pointers as arguments to const fns, why not? 32 messages
Help Question
Bench times do not make sense 3 messages
Help Question
Moving out of shared reference (E0507) 11 messages
Help
Cargo not detecting MSVC when it's installed. 6 messages
Tooling Help
Need help with async shenanigans 279 messages
Help
Wrong highlight data from rust-analyzer 3 messages
Help Question
Not Generating debug symbols (PDB files) - Windows MSVC 2 messages
Help Compiler Error
PermissionDenied while trying to write to existing json 9 messages
Help Beginner
cant get thread name on windows 6 messages
Help Question
IntoIterator for Boxᐸ[T]ᐳ 6 messages
Question
In this simple code I need to call a method on a builder only if a condition is true, but Rust tells 20 messages
Help Question Code Review Request Beginner
Downloading GIF from URL 2 messages
Question
cast requires that `select` is borrowed for `'static` 21 messages
Help Beginner Compiler Error
Simple asynchronous logger that can log to a file 15 messages
Question Help
SOLVED, it's rusqlite with bundled feature or sled ~~self-contained rust database~~ 16 messages
Question Tooling Help
Linker hell; linking ICU statically fails only on CI 9 messages
Help Tooling Help
Variadics, Tuples and Function Composition in Depth 112 messages
Discussion Code Review Request