rust-help-forum

11663 threads · Page 113 of 234

Regex help 7 messages
Help Question
advent of code 2022, day 4 3 messages
Code Review Request Beginner Help Discussion Question
Converting `[[f64;1];N]` to `[f64;N]` at 0 cost 19 messages
Question
Implementing Triangle Data Structure 6 messages
Discussion Question
How do i enable auto complete on vscode for rust 2 messages
Beginner Discussion
`target/debug/deps` dir is over 50GB 11 messages
Help
New To Coding In General 11 messages
Beginner Help Question
Are We game yet's proejct 6 messages
Help
`tui-rs` app (crossterm) - the terminal is left in broken after it stops 31 messages
Help
Is there a way to scan and flag files in a Rust project that aren't in any module? (i.e. unused) 7 messages
Help Question
What is "where" keyword in Rust? 16 messages
Question
Fail to download Rust Beaker in Window 7 messages
Question
cannot borrow `*self` as mutable because it is also borrowed as immutablemutable borrow occurs here 18 messages
Beginner Help Question
Windows: openssl-sys is impossible to compile. 22 messages
Compiler Error
Rust macro inside another macro is not executing 2 messages
Beginner Help
HTTP Clients with Different Cookies 74 messages
Code Review Request Discussion Help Question
How can I make an image encoder from scratch? 3 messages
Beginner Help
How do you filter for only a part of an iterator? 16 messages
Help Question
Trait bounds were not satisfied 2 messages
Help Question
Dealing with disparate error types 11 messages
Beginner Question
Is this a good approach to cancel an infinite stream? 23 messages
Beginner Question
Implementing From on a struct that takes a const generic usize 8 messages
Question
Add traits in compile time 4 messages
Beginner Help Compiler Error
Reading a variable length slice using `std::io::Cursor` 7 messages
Tooling Help Question
Transfering Box into another Option 104 messages
Beginner Help Question
Simplifying control flow 4 messages
Code Review Request
Chain of responsibility 41 messages
Question
Understanding the use of Structs as a wrapper for Enums we create. 4 messages
Beginner
`Lines<BufReader<ChildStdio>>` only yields lines after process exits 55 messages
Help
Slow code 36 messages
Code Review Request
New to Rust - best practice? 32 messages
Code Review Request Discussion Question
New programmer. Improving my ability to think about problems. 9 messages
Beginner
Lifetime of immediately referenced values 2 messages
Question
Cross compiling for Termux 26 messages
Help
How to nest with Ratatui? 2 messages
Help Question
Using serde-yaml to serialize float contains quote ' 38 messages
Help
DeserializationError - DeserializeAnyNotSupported 11 messages
Help
How to Set curl::easy::Easy.transfer() Max Response Size 41 messages
Help Question
Code review : Look And Say Sequence ( AKA Conway Sequence) 21 messages
Code Review Request Beginner
Result<T, U> help 10 messages
Question
Centralized network logging 16 messages
Discussion
Serde varint type 20 messages
Discussion Help Question
Publishing a package with internal git-deps. 14 messages
Discussion
Cloning a closure using a trait 48 messages
Help Compiler Error
Arc having trouble with struct containing boxed trait object of Fn 5 messages
Help Question Compiler Error
How robust is this method for detecting machine endianness? 13 messages
Question
cannot return value referencing local variable 22 messages
Beginner Help Question
fixed size collection filled with new instances 17 messages
Beginner Help Question
referencing cargo workspace root directory 20 messages
Beginner Help Question
hello everyone, I'm having some trouble bringing a function to scope, here is my project structure 40 messages
Question