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