rust-help-forum

11663 threads · Page 85 of 234

Dealing with mutable reference of Vec values 16 messages
Beginner Help Question Compiler Error
Help to fix some lifetime issues 4 messages
Help Compiler Error
Getting confused over moving and ownership (example below) 10 messages
Beginner Help Compiler Error
Array initialization without Copy trait or std 2 messages
Beginner Help
Access local variable from global function without passing it in as argument 11 messages
Beginner
Help optimizing some code? 15 messages
Beginner Help
Passing images to Rust WASM from Javascript 11 messages
Beginner Tooling Help Help
local time formatting 16 messages
Question
Handling arguments 10 messages
Help
How does one use generics with rand module? 7 messages
Beginner Help
Help to get sqlx return value 12 messages
Beginner Help
compiler problem 11 messages
Question
Trying to improve my interface for reflection on a method 17 messages
Question
Need help with a lifetime issue I don’t understand 5 messages
Help Question Compiler Error
`PartialEq` for recursive logical formula 3 messages
Help Question
Server forcibly closing connection 22 messages
Beginner Help
Initializing data in `new` causing "cannot return value referencing local variable" 9 messages
Help Question
help installing/using z3 2 messages
Help
Borrow error while changing value via method 4 messages
Help
How do I lifetime? 17 messages
Beginner
How to stream video (while it is being converted) in webview using (Axum) HTTP server? 6 messages
Beginner Help Question
Any prerequisites before learning Rust? 10 messages
Beginner Help Question
How can I solve circular dependency with proc macro? 45 messages
Help Compiler Error
From trait impl not typing checking correctly? 10 messages
Beginner Question Compiler Error
migrating from serde_json to serde_cbor for encoding messages 38 messages
Code Review Request Beginner Help Question
Limit generic struct to f64 or i32 27 messages
Question
Unexpected panic when unwrapping tar archive entry 4 messages
Code Review Request Help
Is it possible to retain two local thread/closure in order to execute them in global context ? 10 messages
Beginner Help Question
Need help converting shell commands to rust 12 messages
Tooling Help
Deterministic sorting of vec for any common type 42 messages
Beginner Help Question
Why do i have to do this through a struct (tide , request ,json) 6 messages
Beginner
convert if/else to a match 5 messages
Beginner
Import JS object (exported by a file) into rust with wasm-bindgen 2 messages
Tooling Help Help Question
Remove the header of the table 3 messages
Help
Match on u8 behaves wrong 15 messages
Compiler Error
Ergonomic way to get line # with a try block style error format 8 messages
Help
Best practice for "entering arrays" while iterating 2 messages
Beginner Question
Need some feedback on some Simple code I wrote to decrypt a Caesar Cypher 73 messages
Code Review Request
Most elegant way to "convert" errors from different crates 6 messages
Beginner Help Question
Simple conversion of hex bytes to ASCII/UTF-8 19 messages
Beginner
help with Into trait (very new to using traits) 39 messages
Help
Undefined symbol in mixed C and Rust project 8 messages
Tooling Help Help Question Compiler Error
Is it possible to implements a trait for function where params is an associated type of the trait ? 22 messages
Question
I have a memory leak (possibly in rayon?) 3 messages
Help
Using another project in my project 17 messages
Beginner Question
Borrowing and reborrowing in generic trait 5 messages
Help Question
how to convert a bitvec back into a number? 5 messages
Help Question
Is there a better way to get an immutable view of the bytes of an argument? 6 messages
Help Question
Testing dependency path 23 messages
Question
Editing dependency source code for quick debug purposes 6 messages
Help