rust-help-forum

11663 threads · Page 9 of 234

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