rust-help-forum

11663 threads · Page 73 of 234

how can I put my code on crates.io? 64 messages
Beginner Help Question
Debug mode compile time optimizations for macros output 13 messages
Question
How throughly do you remove .unwrap 10 messages
Discussion Question
rust-sdl2 and glu-rs: how to make the window transparent, and make its content remain opaque 8 messages
Help Question
let mut buf: [c_char; 1024] = [0; 1024]; how to make this to &'static str 21 messages
Question
Can you put a f64 Value into a Memory layout of type array u8? 19 messages
Help Compiler Error
A marker trait with default implementation for another trait 5 messages
Help Question
How to catch errors from io Command processes 22 messages
Help Question
Difficulties with Cargo.toml and Yew 19 messages
Tooling Help Question
Ray Tracer Challenge 9 messages
Beginner Help Question
My client is not picking up my websocket, is my server the issue? 38 messages
Discussion Help Question
short program by Rust beginner code review 7 messages
Code Review Request
Forcing rustc to include a dependency via cargo 2 messages
Tooling Help Help
manually releasing a Mutex lock 5 messages
Code Review Request
ESP32 Wi-Fi callback 2 messages
Help
Recommendations on tools for parser game logs 4 messages
Beginner Discussion Question
Problem not understanding borrow checker 5 messages
Beginner Question
Why do these chains yield different values for ptr values? 4 messages
Question
Struct with Option fields to unwrapped counterpart 11 messages
Help Question
Try to understand Struct ownership and reference 6 messages
Beginner Question
How to have a field storing impl Fn(&Ctx<T>) -> Type<T> + Clone) ? 33 messages
Question
How do I limit the amount of times a loop runs in a second? 10 messages
Question
MPSC channel not ending 6 messages
Beginner Help Question
🚀 Contributors Wanted! 🚀 2 messages
Code Review Request Beginner
Initializing a Static inside a no_std Lib (Lazy? OnceCell?) 7 messages
Beginner Question
Reference collapsing question 17 messages
Question
False positive clippy lint about recurison? 10 messages
Tooling Help Question
Feel like I'm missing something here... 10 messages
Help Question
is it possible index based array initialization? 10 messages
Discussion Beginner Help Question
Const associated array 4 messages
Help Question Compiler Error
Problems with dynamic typing in rust 83 messages
Code Review Request Help Question
Deriving trait for associated type defined by derive 9 messages
Help
async-graphql not defining @key for federation 2 messages
Help
STM32F0 version 0.15.1 error "No Device Features Selected" 69 messages
Beginner Compiler Error
how does including a cargo dependency to tokio cause the app to run in tokio runtime? 27 messages
Code Review Request
Generate function with procmacro 5 messages
Help Question
Block on an async function in a sync function 4 messages
Beginner Help
quote - resources to learn 19 messages
Question
Can't build anything with c dependencies anymore 2 messages
Tooling Help Compiler Error
Resources to learn rust! 7 messages
Help Beginner Discussion Question
Cross-Platform Interprocedural Communication 8 messages
Help Question
No warning on array too big. Is this worth a bug report? 5 messages
Discussion Question
Octocrab suitable for async? 6 messages
Question
smol b64 function 30 messages
Code Review Request
First Rust Project Critique 64 messages
Code Review Request
Make variable persist outside of block 5 messages
Beginner Help
Use serde_json to serialize/deserialize one struct field 2 messages
Help
lifetime may not live enough when casting Box dynamic traits 20 messages
Beginner Help Compiler Error
Trying to understand how to use Condvar correctly 9 messages
Help Question
cargo is being a jackass and i dont know why 16 messages
Beginner Tooling Help Help