rust-help-forum

11663 threads · Page 69 of 234

Is this possible to achieve with From<T> ? 41 messages
Help Question Compiler Error
Bench panics, but not tests 7 messages
Help
implementation of `Deserialize` is not general enough`Vec<&str>` must implement `Deserialize<'0>`, 7 messages
Beginner Help Question Compiler Error
Geenrics bounds 7 messages
Help Question
gRPC server streaming to subscribe to changes (tonic) 3 messages
Beginner Help
Unstable feature use in macros 21 messages
Code Review Request Tooling Help Beginner Help Question
comparing two &str 's 6 messages
Help Question
closure coercion to fn (i have no idea what to call this problem) 11 messages
Beginner Help Question
Trait associated type narrowing 16 messages
Question
how to add default parameters to a function in rust. 31 messages
Discussion Help Question
Code that worked 2 days ago stopped working today (cargo-chef? docker? rust?) 23 messages
Help Question
Calling Rust from Lua 47 messages
Beginner Help Question
help with code crafter create your own http server stage 7 4 messages
Code Review Request Beginner
How does rustc (not cargo) finds the linking library file's name? 6 messages
Tooling Help Question
Struct with nested type generics 14 messages
Help
logging in .map_err?? 59 messages
Code Review Request Help Question
Issues writing to JSON file 39 messages
Help
Picking a rendering engine/graphics library for a 2D game, SDL or WGPU? 5 messages
Discussion Question
Handle inheritance in diesel 2 messages
Discussion Help Question
Complicated use of proc macro 27 messages
Help Question
How to convert enum into name easily 69 messages
Question
Serde parse into Result based on Tag 3 messages
Help Question
Difficulty finding out accepted types of generic functions 5 messages
Help Beginner Discussion Question
Storing async methods of instances in Vec 30 messages
Help
I made a shell and it would be nice to get some expert opinions on my code 20 messages
Code Review Request Beginner Question
How to get the code size of a .rlib file ? 8 messages
Tooling Help Help Question
move occurs because value has type `String`, which does not implement the `Copy` trait 16 messages
Help
Self and threading 10 messages
Help
Embedded Rust on the ESP32: How to concisely share an i2c device between thread 7 messages
Help
I'm not sure how to deal with this Error 44 messages
Beginner Help
How to work with paths in CLI tools? 7 messages
Question
neovim + rust-analyzer not showing type errors 4 messages
Tooling Help Question
mutli-threading with non-static lifetime struct 3 messages
Beginner Discussion Question
My compiler stopped 25 messages
Tooling Help Beginner Help Question
Starting my first lib 15 messages
Code Review Request Beginner
Im new, can i get a start? 76 messages
Beginner Help Question
Compilation Error for "TryFrom<&mut Type" that moves value 5 messages
Help Compiler Error
Pass async function as parameter 3 messages
Beginner Help
Posting a future on another thread: Code Review (roast me) 7 messages
Code Review Request
Cargo workspace crate: Using pub traits/enums etc. 9 messages
Help
Compiling for windows error after adding "users" crate 19 messages
Help Question Compiler Error
How do I set cookies from another port into my frontend port? 2 messages
Beginner Question
cannot get rust-analyzer to work for the life of me 103 messages
Help
rustc says the trait isn't implemented but docs.rs is saying it is 19 messages
Help Question Compiler Error
Rust hook macro with detour-rs 36 messages
Help Question
I'm looking for a site with windows-rs usage and examples 6 messages
Tooling Help Beginner Help Question
Multi-threaded Readline Crate 10 messages
Code Review Request Question
Coerce a function item to a function pointer without knowing its type 17 messages
Help Question
representing game effects in rust 23 messages
Code Review Request Beginner Help
Is there something similar to this syntax for methods that return self? 12 messages
Code Review Request Help Question