rust-help-forum
Is std::marker::StructuralPartialEq stable?
Question
wrapping a SNES sound emulator into python
Code Review Request
Beginner
winnow parsing to Cow<'a, str> not satisfying trait bounds.
Help
Question
How do you cast a trait object to an `impl trait`
Help
Question
radix sort optimization
Code Review Request
Beginner
"one type is more general than the other" for the same async closure
Help
Compiler Error
Solved
You can use `#![feature]` on Stable rust if `docsrs` is present?!
Help
Question
Need help with custom slab contiguous arena implementation.
Help
Scoped async with named tasks
Question
Compiler Error
[solved]expands to `impl X { fn x() }` but says "implementation is not supported in `impl`s"... Why?
Help
Question
Criterion iter_batched
Tooling Help
Question
Compare generated ARM assembly from a trivial division function
Help
How to return mutable or immutable TraversalContext from the same tree API?
Help
Solved
Structs and modules questions
Beginner
Help
Question
Disable dependency implementation compilation when compiling
Help
Question
Trait is not implemented
Beginner
Help
Question
Weird destructing syntax
Discussion
Question
Lifetime issue
Question
Debugger stops working if specfic code snippet is present
Help
Solved
Facing Error
Help
How to rewrite code to no_core?
Question
Compiler Error
Solved
How should I go about cycling a reference to a collection or slice?
Beginner
Parsing and Evaluating of a language
Help
Custom compiler error when a method is called
Help
Discussion
Question
Compiler Error
Why PartialOrd has Rhs generic type, but not Ord?
Discussion
Question
Solved
Workaround lack of `for<T> fn() -> T` function pointer type?
Help
Question
How to use compiled crates using `uniffi` on other languages?
Tooling Help
Help
Question
Borrow checker
Beginner
Question
Compiler Error
Rust Borrow Checker
Help
Question
Borrow checker error
Beginner
Help
Compiler Error
How would you implement this statemachine in rust?
Beginner
Help
I need help
Beginner
lifetimes: &Self vs &StructName vs &StructName<'a>
Beginner
Question
Solved
Porting complex C algorithm to Rust
Question
Which one is a better choice JWT or Cookie?
Beginner
Help
Question
I need feedback on the backend of this program.
Code Review Request
Beginner
Handling Profile <-> Game relationships in my mod manager
Help
Mod Manager Structure
Help
Can someone help make my 3D vector program compile?
Code Review Request
Beginner
Help
Question
Compiler Error
Windows Application not finding Rust's DllMain
Beginner
Help
How to do getters with Option ?
Code Review Request
Beginner
Help
Discussion
Question
How to improve the method "get_image_ids"
Code Review Request
Beginner
Help
Discussion
Question
Fuzzing on libraries
Question
Solved
SQLx `chrono::DateTime<Utc>` shenanigans
Help
Compiler Error
Create 'static closure at runtime
Question
Solved
How to open `$EDITOR` in rust code?
Beginner
Help
Question
Rust Analyzer Not Working in VS Code?
Beginner
Help
Silly Question: Should I even learn Rust?
Beginner
Discussion
Question
Hi, Beginner to Rust who wants to make an Engine one day :3
Beginner
Question
Solved
Guidance needed on 1 Billion Row Challenge
Code Review Request
Beginner
Question