rust-help-forum

11663 threads · Page 195 of 234

The size for values of type `dyn StdError` cannot be known at compilation time 6 messages
Question Compiler Error Beginner
Need help deciding the most practical way to store parsed data 108 messages
Help Discussion
Callback with &mut self in method on separate thread 55 messages
Help Question
How to get trait pointer from boxed any? 21 messages
Question
Yet another borrowing error... 12 messages
Help Compiler Error
bindgen for system library 2 messages
Help
Maintaining many websocket connections at once 14 messages
Question
get generic type from a single method 36 messages
Question Help
Borrowing error after moving code into a function 16 messages
Help
Beginner Question - Why do I keep getting error[E0308] 2 messages
Compiler Error Beginner Code Review Request Question
set current arch as wasm32 13 messages
Help Question
Credit Card Checker 55 messages
Code Review Request
Use enum as hashmap key and different enum as hashmap value 10 messages
Question
Are there any rust libraries that convert form url encoded to Json? 10 messages
Help Question Discussion
Using process Command spawn 6 messages
Question
cfg-if not working 33 messages
Help
Help running binary on Ubuntu machine, compiled on WSL 2 4 messages
Help Beginner
What's the least boilerplate way to put an enum into PostgresSQL (or a more appropriate backend)? 2 messages
Help Question Discussion
How to implement this async concurrency pattern using custom Future impl? 16 messages
Help
Use macro as argument to macro 39 messages
Question
memory alignment 52 messages
Beginner Question
oauth2 5 messages
Help Question
Higher ranked trait bounds confusion 54 messages
Help Question
How to get the current thread handle? 51 messages
Help
failed to locate clang 2 messages
Help
What is the right pattern ? 16 messages
Help Compiler Error
SublimeText with 'rust-analyzer' 16 messages
Question Help
Serde question 12 messages
Question
Need Help with TIME 34 messages
Help Question Beginner
hide fields during pretty printing 13 messages
Question
Crates for asserting type is !Send without static_assertions 7 messages
Question
How to use polling with a socket and stdin 6 messages
Help
How to use a library I write 47 messages
Question Help Beginner
Help with basic scraping 2 messages
Help Beginner
Convert [u8; 28] into [u8; 32] in const 4 messages
Question
best way to split String based on Vec String 100 messages
Question
How are these arguments 'simultaneous' borrows? 18 messages
Question Beginner
Implementing custom Deserialize to convert between formats 3 messages
Help
Rust html parsing 62 messages
Help Question
Implement trait for Option and Iterators, but they are conflicting. 16 messages
Help Question
Mirroring Crates for an Internal network 6 messages
Question
clap v3 - when no subcommands match, use a default? 3 messages
Help Question
&String is bigger than &str. Yet String is called the fat pointer . Why? 44 messages
Help Question Discussion
How can I get a type ID for non-static types? 4 messages
Help Question
threading help mepls 54 messages
Question Help
cannot borrow `...` as mutable more than once at a time 48 messages
Help
Command parsing 21 messages
Help
Safely obtaining local time without segfault risk 29 messages
Question Help
Enum deserialization serde 5 messages
Help Question
Cash 17 messages
Code Review Request