rust-help-forum

11663 threads · Page 230 of 234

Cargo chef build fail in docker CI run github actions 5 messages
Help
Testing architecture 13 messages
Help Question
Variable Function Arguments 14 messages
Help
mismatched types expected struct `String`, found `&str` 5 messages
Help
Most efficient way to represent raw bytes in a macro-generated const? 14 messages
Doctests very long to run 9 messages
Question Discussion
items after an item in a vec 22 messages
Help
Not 'Send' Future used across an await in axum fallback 14 messages
Help Compiler Error
Url lib 9 messages
Help Code Review Request
Returning a result from spawn_local() inside a function 11 messages
Using large keys with a HashMap 6 messages
Trouble finding the correct HRTB for iterating over a `&T` 3 messages
Help
chrono vs. time for public library surface 22 messages
Discussion
Cast to Any + Send + Sync box without Sized 20 messages
Help
Getting path of build dependencies at runtime. 16 messages
Question Tooling Help
'This field or the other' with Serde 15 messages
Question
ref between 2 structs 67 messages
Help
Syntax for eliding multiple generic arguments 17 messages
Discussion
Need help on sending data via stream using quinn crate 4 messages
Help Beginner
Need help reducing boilerplate in Error handling code 7 messages
Help
How do I take a VecVec(String, u16), and remove any vecs that have a duplicate String? 69 messages
Putting boxed async function in a hash map 8 messages
Question
required by a bound error 26 messages
Beginner Help
is it possible to have a catchall cfg guard on a function? 5 messages
How to write a generic struct parameter that accepts all function pointers? 3 messages
Custom Return types and Result 20 messages
Question
Vec insert or get index method 3 messages
Question
why does a -1.0_f64 as u8 result in 0 ? 4 messages
What are filtered out tests? 2 messages
Can't build a crate 28 messages
Unique Counter Value for Each Instance of Struct? 8 messages
Question
Is it possible to convert a serde_json Value to a struct after loading it from string? 4 messages
Question
Please review my first crate! 37 messages
Code Review Request Help
Wait until any of the future has value true 35 messages
Question
Debug cargo `(signal 11, SIGSEGV invalid memory reference)` 26 messages
Need help making vector of array splices 64 messages
Object safety problem 9 messages
Help Question
How can I use a mutable reference mutably after using .iter()? 9 messages
Question
Rust port of Celeste 13 messages
Code Review Request
Multiple mutable borrows 23 messages
Question Help
Serde - Internally tagged enum with int tags? 19 messages
how to reinterpret an i8 as u8 without as 17 messages
Help
Do I avoid less branching by putting my return Err inside of the match? 17 messages
crossbeam_dequeue vs crossbeam_channels 4 messages
Question
serde - preprocess struct deserialization then pass off to derive? 15 messages
Question
Caching data 78 messages
Question
Date formatting 9 messages
Help
Is there any way to pass variables as borrowed in tokio spawn? 24 messages
Question Compiler Error
Boxed Slice Confusion 33 messages
serde - Implement Deserialize in multiple passes? 5 messages
Question