rust-help-forum

11663 threads · Page 184 of 234

cleaner match expression 4 messages
Help
Is there a more idiomatic or succinct way of creating this object from an array? 16 messages
Code Review Request Question
Downloading files with reqwest 105 messages
Help
How to extract code into function whilst not angering the borrow checker (lifetime related) 2 messages
Help
A clippy suggested solution of a Binary Search doesn't work as opposed to naive 3 messages
Question
Docs Comment Headings 4 messages
Discussion Question
Issue in book I am reading 4 messages
Question
RefMut to Ref 5 messages
Help
Iterators over upper half of matrix 23 messages
Help Question
How to know file in a fold can be read and write? 9 messages
Help
is there a way to override version of library installed? 7 messages
Help Question
Not understanding someone in Programming Rust 2nd Edition 8 messages
Help
How to implement global shortcut 3 messages
Beginner Help Question
Best way to make global state with Askama templates 2 messages
Beginner Question
scraper crate usage 7 messages
Help
Move question 6 messages
Help
Privileged cast of primitives 11 messages
Discussion
Problems with keeping the CLI alive and code running only 3 times ! 22 messages
Beginner Help Question
Docker & workspace 2 messages
Question
Is it guaranteed `Ord` walks through the fields from top to bottom? 6 messages
Question
Tokio 74 messages
Help Question
access struct property with macro 76 messages
Help Question
Proper place for report a link bug with bevy and rust-lld 2 messages
Question Compiler Error
Higher Rank Trait bound on generic return type that isn't always a slice 24 messages
Help Compiler Error
Channel receiver not receiving any payloads 56 messages
Help Question
Rustlings Traits3 help required 4 messages
Question
Telling the Compiler that a FnOnce is guaranteed to be called 6 messages
Question
storing global array of trait implementations 16 messages
Beginner Help
Min-heap and max-heap on struct 2 messages
Beginner Help Question
IMAP Plaintext Authentication 8 messages
Beginner Help
Why does `Save1` 's trait bound 'Infect' but `Save2` does not? 7 messages
Help Question
[Serde] Pick variant based on data 37 messages
Help
Need some help finding a performance issue 42 messages
Help
Read file content 3 messages
Question
Avoiding unconstrained lifetime parameters in impl 76 messages
Question
this code worked before 66 messages
Help
Why can't the compiler rebind returned references of things that go out of scope? 28 messages
Discussion
I am not sure waht wong with this strings cant 6 messages
Beginner Help Question
not understanding the borrowing 14 messages
Help
Custom context 3 messages
Help Question
0-runtime dependency compile-time unique ID, any recommendation? 8 messages
Question
How to return early from a match statement? 5 messages
Help
Pyo3 - How to Have Rust Structs that Implement Classes Hold Function Pointers 2 messages
Help
How to best share an immutable struct across threads 25 messages
Question
how can I (re)use a custom serde deserializer? 62 messages
Question Help
Sending references across threads 18 messages
Help
Writing u8 To File 15 messages
Help Question Beginner
Why dose the Compiler say 'Multiple mutable Borrow' 26 messages
Help Question
How to configure debugging over source code in neovim with nvim-dap? 2 messages
Beginner Tooling Help Question
Reqwest package without OpenSSL requirement 2 messages
Question