rust-help-forum
How to swap SPL tokens with Solana
Beginner
Help
Question
Docker build issue
Tooling Help
will this program ever panic
Code Review Request
Help
Question
🐳Containerizing Rust CLI app
Beginner
Tooling Help
Help
Running streams concurrently
Help
Question
Is there a way to see why cargo is rebuilding my executable?
Tooling Help
Question
Library for regexes?
Beginner
Question
I have the following code to parse PPM file.
Code Review Request
what does this mean ?
Help
Can't create trait object
Beginner
Help
Question
Embedded Programming Compiler Errors Even on Fresh Project
Help
Issue compiling OpenSSL for multiple architectures
Help
Compiler Error
Parse duration
Help
Question
Is there anyway to convince the compiler that nothing is leaking in this loop?
Help
Question
How can I get the parent process that created my app as a sub process (FIXED)
Help
Making async fn and `-> impl Trait` traits object-safe without Boxing.
Code Review Request
Discussion
Question
rustc: `monitor` does not live long enough borrowed value does not live long enough [E0597]
Beginner
Help
Compiler Error
Code review for tui query function
Code Review Request
HashMap with Types as Keys
Beginner
Help
Question
`rten::model::Model`, found `Model`
Help
Question
Compiler Error
Dioxus example webapp not working
Help
Hi I am struggling quite a bit with Rc
Question
Box method indirection
Discussion
Question
SDL2 Lifetimes in Static Lifetime Callback
Help
Compiler Error
How to pass around/take turns with a single mutable borrow among dozens of async functions
Beginner
Question
Combining audio + video into one file
Help
Question
TryInto type Error = serde::de::Error [Solved]
Help
Question
Compiler Error
Code review for Shell
Code Review Request
Beginner
Discussion
Code review for Time tracker
Code Review Request
Beginner
Multiple borrowing issue
Beginner
Help
How to use once_cell::sync::Lazy with async function?
Beginner
Help
Question
Linker problem
Help
Trait implementation defaults and type parameter defaults
Help
Compiler Error
Large binary size (embedded)
Help
cannot borrow cannot borrow *self as mutable because it is also borrowed as immutable?
Help
Question
How to make a Predicate extern "C"
Beginner
Help
Rust Failing a Test without Assert! panic
Beginner
Question
Load contents of a file, into emulated memory at the offset of 0x200?
Beginner
Help
Question
parsing JS in Rust
Help
Question
Matching if a string only includes digits
Help
Question
Rust ends-up linking library dynamically
Help
need a better explanation of [].concat()
Help
Question
No_std Event Architecture Approach Review.
Code Review Request
Discussion
Question
made a crate to decode microsoft dibs/bmps
Code Review Request
Discussion
Rustup/Cargo fmt issue
Beginner
Tooling Help
Help
Question
Convert Vec<Item> to Vec<&Item>
Help
Question
Access struct members when struct is in enum
Beginner
Help
Unable to launch Windows EXE using process::Command
Help
How to download from url to file with progress
Help
SQLITE3 inserting data is not working
Help