rust-help-forum
Software Renderer
Code Review Request
Properly Formatting Panic Messages
Help
Solved
Vec that doesn't implicitly reallocate
Code Review Request
Help
Solved
Request for feedback on a simple TUI application (under 100 lines)
Code Review Request
Beginner
[GPUI Crate] `cx.spawn()` cannot call `WeakEntity::update()` due to lifetime constraints
Help
Compiler Error
Opaque pointers
Discussion
Memorized hash
Question
Non-deterministic behavior in safe Rust [AoC d08 spoiler btw]
Discussion
Question
help with borrow checker and error handling
Code Review Request
Beginner
Help
Question
Compiler Error
Access an associated type without naming the implementing type's lifetimes
Help
Question
code review request: complex traits in rust
Code Review Request
Beginner
Discussion
Solved
Why is moving value through std::mem::replace allowed in fn poll of Future trait ?
Help
Question
Solved
Chumsky parser: () is not an iterator when folding repeated (BinOp, Expr)
Beginner
Help
Compiler Error
Compilation of tests taking an eternity
Tooling Help
Help
Lifetimes and function pointers, oh my!
Help
Smuggle the error out.
Question
C++ FFI class trait
Help
Question
Store build timestamps and build commit hash
Code Review Request
Beginner
Question
Compiler Error
Issue with itertools::Chunks
Beginner
Compiler Error
my project
Code Review Request
How to efficiently store sparse tilemap
Question
Completely stumped on this one
Help
Compiler Error
Solved
#[repr(transparent)] struct Wrap([u8]); transmute<&[u8], Wrap>(todo!()); // UB?
Question
How to override trait blanket implementation (or alternative)
Help
Compiler Error
&str -> &[char] conversion?
Question
-- Looking for a rust teacher/mentor -- read desc
Tooling Help
Beginner
Help
Discussion
Question
Why rust moves bits physically even for release optimization profile
Question
Good practice question — trait bounds on trait objects
Discussion
Help
Question
Ergonomically erasing and retrieving types
Code Review Request
Discussion
Help
Question
Map `libc::user_regs_struct` to enum of syscalls
Question
Performance implications of "getter" functions
Question
Solved
get access to ~/Music directory
Code Review Request
Beginner
Help
Language-Agnostic Persistence & Dynamic Serialization
Help
Compiler Error
testing crate for function order?
Tooling Help
Unresolved Import? Help!
Help
Compiler Error
Problems with wasm github action
Tooling Help
Help
Adding to Pointer - Gives Compile Error
Help
Question
Compiler Error
Code Review Request: A basic lexer and parser
Code Review Request
Beginner
Bench-marking with Criterion
Code Review Request
I want a C like linked list ref counted
Discussion
Help
Why do these nearly identical functions have a >500% performance difference?
Help
Question
Object oriented enums crate
Discussion
Sorting a tuple of (Option<f32>, &str)? (Vec::sort_by)
Question
Solved
bridge in rust with python
Help
Solved
Unit and integration tests folder structure
Question
Vec<T> where T is specified at runtime as a typeId and a size
Help
Compile errors when trying to use rustls with Axum
Help
Compiler Error
Solved
tokio mpsc channel recv for x seconds
Help
IntoFuture both is and is not implemented?
Help
A bunch of `IndexMap`s with related contents but different orders
Question
Solved