rust-help-forum

11663 threads · Page 161 of 234

struct S return mutable lifetime based on struct U that references S 36 messages
Help Question
Dynamically calling code from a nested module. 44 messages
Beginner Help Question
corrupted file when sending it via POST with reqwest 61 messages
Beginner Help
Problem with Mutex and Threading 15 messages
Beginner Help Question
Implementing a mutable iterator over serde_json Value 26 messages
Help Question Compiler Error
Limit tokio task lifetime to function in order to use semaphore without owned permit. 5 messages
Help Question
rand causing crashes in wasm32-unknown-unknown 18 messages
Help
Is Serde suitable for implementing custom network protocols? 46 messages
Question
Trouble building LLVM 45 messages
Beginner Help
Confusing Lifetime Error -- confusingly goes away if I use .abs() 17 messages
Beginner Help Question Compiler Error
Use serde to serialize a struct into 2 different json formats 2 messages
Beginner Question
Why passing a *const [u8] to extern C breaks FFI 22 messages
Discussion Question
Serde deserializer for custom format 45 messages
Help
safely get .value in match case 10 messages
Beginner Help
Rust multiple crates are using different tokio versions 18 messages
Help
How to manage singleton lifetimes with closures effectively? 12 messages
Help
I need help with dyn traits. How to return unspecified struct? 49 messages
Beginner Help Question
Lifetime struggle 7 messages
Help
Idiomatic way of sharing a reqwest client? 14 messages
Help
Custom allocator 4 messages
Question
Need help with clap-rs 2 messages
Help Question
Issue related to serde's flatten. Is it because of serde or ron? 5 messages
Discussion Question
Trying to use div_rem 4 messages
Help
Transform a nested loop into an iterator 7 messages
Beginner Help
Appropriate way of pulling a Git repository as a dependency 27 messages
Beginner Question
How can I create a declarative macro that takes a block? 19 messages
Question
Ways to override dependency source without changing Cargo.toml of project 3 messages
Help Question
Why my code is accessing out of bounds 29 messages
Beginner Help
future created by async block is not `Send` 94 messages
Beginner Help Compiler Error
Error on cropping image 33 messages
Beginner Help
How can I get this code to compile? 11 messages
Help Compiler Error
How to make a macro that measures the function? 12 messages
Question
Trying to implement an Abstract Syntax Tree using a vec as a buffer, why do I get an error here? 19 messages
Code Review Request Help
How to get the line number of input file in Regex Captures? 2 messages
Tooling Help Help Question
From implementation conflicts with blanket implementation in core 2 messages
Help
no external crate `tokio` 7 messages
Beginner Help Question Compiler Error
[Rustdoc] Refer to a struct field 2 messages
Question
How do I zero-fill padding bytes in a repr(C) struct? 9 messages
Help Question
How do I unbox this return value? 121 messages
Help Compiler Error
Actix Async function error 4 messages
Beginner Help Compiler Error
Generating rust docs with macros 4 messages
Beginner Help
Allow overflowing of variables 21 messages
Beginner Help
Download Minecraft Client Jar(MCP) Using Rust And Cargo And Tauri 7 messages
Help Question
Can I make this code in one line? 7 messages
Beginner Help
Round A to the nearest multiple of B. 8 messages
Help
I broke something, and I can't tell what it is... 2 messages
Beginner Help
Value moved error 2 messages
Help
Windows and Rust 7 messages
Help Question
Any dead simple drawing library? 6 messages
Beginner Question
Chunked encryption with openssl crate (AES256 GCM) 31 messages
Help Question