rust-help-forum
Representation/Design of Interpreter Values
Beginner
Help
Question
InitCell sort of type
Help
Question
best way to represent this in rust?
Help
Is it possible to mock 3rd party types even when they are used to set fields?
Discussion
Advice on making a website
Beginner
Discussion
Question
Why does this code cause a multiple borrow issue?
Question
Compiler Error
Issues creating a simple Actix-web API with PostgreSQL
Beginner
Help
Cron expressions with timezones
Discussion
How to automate github releases
Beginner
Help
Question
Can I use #[serde(untagged)] with an enum variant with no fields?
Question
Enum Ownership
Beginner
Question
cargo test slow
Question
Rust Analyzer, VSCode Inferred Type-Hints on hover not showing
Tooling Help
Help
Question
Compile as executable or shared object depending on target.
Tooling Help
Rust Crate called somnium
Help
Cannot Open Input File
Help
How to refer to the default generic lifetime parameter in trait impl
Help
Question
Compiler Error
Why does this inline assembly behave like this?
Question
How can I get this to compile without knowing Sized
Help
Compiler Error
Pointer to temporary as function argument
Code Review Request
Question
Error when linking C library
Help
Error cannot infer type | Maybe more errors will come up
Tooling Help
Beginner
Help
Question
Compiler Error
path for crates
Question
Dependency features "leaking"?
Help
why doesn't `into` allow turbofish?
Question
cfb8 Problem
Help
image & base64
Help
Why isn't my stream extension matching the constraints?
Help
Question
I can't make cargo build-bpf due to a dependency error
Question
Compiler Error
Rust analyzer without glibc 4.15
Help
How do I remove panic in this code?
Beginner
Question
Password container
Code Review Request
Beginner
derive(Serialize) is creating an error message for a generated lifetime that I don't have access to
Help
Compiler Error
&std::net::IpAddr to formatted &str
Beginner
Help
Question
Local connections using the reqwest crate
Question
Functionalizing w/ unknown datatypes
Beginner
Help
Question
Deserialize map with strings to [char; 3]
Help
Question
From for function pointer not inferring return type
Help
Question
how to run cmd or ps commands with tauri?
Beginner
Help
Flow orchestrator pattern
Code Review Request
Gaussian Averaging Function
Help
Question
Compiler Error
Gaussian Averaging Function
Help
Question
Compiler Error
def_site() span not hygenic in proc macro?
Question
Shared library entry point
Question
Problem with function parameters
Help
Question
Function Taking Ownership of Struct Field
Beginner
Question
Only object-safe traits can be made into trait objects. But why ?
Help
Question
Looking for an alternative to nested match statements
Code Review Request
Beginner
Construct DST Struct
Help
Question
Mismatched types when comparing i32 and &i32
Beginner
Help