rust-help-forum

11663 threads · Page 192 of 234

Extending the size of a Vec 40 messages
Question Code Review Request
Serde deserialize list of objects to enum variant 6 messages
Help
Refer to impl method in impl generic definition 39 messages
Help
Plotters cluttered 31 messages
Question Help Beginner
How to use string values in enum and avoid expected `isize`, found `&str`? 17 messages
Help Question Discussion
Cargo examples directory 9 messages
Question
Is there a way to initialize struct fields based on previously initialized fields? 4 messages
Question
Closure lifetime when capturing by reference 12 messages
Question Help
RPITIT assumes impl is type parameter? 2 messages
Question
Higher ranked lifetime error 17 messages
Help Question
Struggling to make build.rs do what I need 5 messages
Tooling Help Help
How to convert Box to Box dyn Any? 12 messages
Question
Trying to return a struct from quote! {} but the method does not compile 3 messages
Help
Need help writing helper function for Tera 12 messages
Help Question
Any short hand for this 5 messages
Question Help
Actix-web ➡ HTTPS ? How? 2 messages
Beginner Help Question
Trying to convert a JS function to Rust 2 messages
Help
Only rendering one entity opengl 3 messages
Help
Creating Conditional Types or Generics that don't accept particular types 8 messages
Question
rust boxing vec 6 messages
Help Compiler Error Beginner
How to return properly? 54 messages
Question Discussion Code Review Request Beginner Help
the `[proc_macro_attribute]` attribute is only usable with crates of the `proc-macro` crate type 12 messages
Compiler Error Help
Make a struct visible in crate root 46 messages
Help
Readability 2 messages
Code Review Request
How can I swap two slices without STD? 30 messages
Question Help
How to remove the path and get the filename in rust string? 3 messages
Help Question
Implementing serde Visitor without implementing Deserialize for a specific type ? 220 messages
Question Help
Collecting a set of futures to later await? 2 messages
Help Beginner
illegitimate unused mut warning 9 messages
Question Discussion Compiler Error
Adding the elements of two vectors 7 messages
Help Beginner
The Rust Book Blog Example 26 messages
Question Help
Dependency conflict 2 messages
Help Compiler Error
[SOLVED] - WASM bindgen with serde, include functions 56 messages
Help Code Review Request
Scrabble 49 messages
Code Review Request
How to `use` a module down one directory 5 messages
Question
I am porting some actix 2.x.x code to actix 4.x.x and got stuck at actix_webdata error 3 messages
Help
Pass typedef pointer struct from C++ to Rust 9 messages
Help
is it safe to rely on operations to short circuit in order to not mess up a program? 6 messages
Question
Type that can either been a mutable reference to a field or a borrow'ed one? 19 messages
Question
Is it possible to retrieve the compile time of a program and then set it as a variable to print? 3 messages
Question
Getting errors implementing `unzip` in an iterator adapter 15 messages
Question
Cannot borrow mutably more than once error 11 messages
Help
Problem with the F1 ITEMS 3 messages
Help Question
cargo check failed. check the server logs... 6 messages
Question Help
Helper crate for working with OsString without UTF-8 conversion? 2 messages
Question Beginner
How to make a Tokio task restart when it panics? 32 messages
Question Help
CI Setup Review 45 messages
Code Review Request Tooling Help Discussion
Target arch not set to wasm32 when compiling wasm crate 8 messages
Help Question
How to get Field Names from Struct using Traits? 3 messages
Help Question Discussion
Rust - [serde(tag=a.x)] attribute on a sub field in JSON 11 messages
Help Question