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