rust-help-forum

11663 threads · Page 170 of 234

Can I allocate an array in the heap without blowing the stack first? 3 messages
Help Question
Implement a nested tree structure (AoC Day 7) 43 messages
Help
Why does only iter() gets auto-vectorized, not into_iter()? 4 messages
Question
Can I parse an HTTP request with a single struct with axum? 2 messages
Help
Cpp Exception to Rust 13 messages
Help Question
How to pack two i16s into one i32 26 messages
Beginner Question
C++, Rust and Python FFI (cxx and PyO3?) 7 messages
Question
mismatched types expected '&str', found struct 'stdstringString' 14 messages
Beginner Help Compiler Error
What would be the benefit of binding result of filtering Vector after mem_swap with empty one 9 messages
Discussion Question
can I refactor this piece of code into [something](_iterators_)? 8 messages
Beginner Question
Help me importing my code 4 messages
Beginner Help Question
Create file in tmp directory 48 messages
Discussion Beginner Help Question
override macro implementation 6 messages
Question
Porting from Spring boot Java app to Rust 6 messages
Discussion Beginner Help
Convert vec_ to string 9 messages
Beginner Help
Error getting length of split 27 messages
Beginner Help Compiler Error
Genetic algorithm code optimization 20 messages
Code Review Request Beginner Help
restart tokio failed tasks 10 messages
Beginner Help Question
Is there a crate which represents a Rust project as a diagram ? 8 messages
Help Question
Pattern to wrap Reader in in-memory seek? 7 messages
Question
Is this code good? 21 messages
Code Review Request Beginner
Can Anyone explain a tiny piece of code ? 21 messages
Beginner Help Question
Pushing to a vector with a lifetime 19 messages
Help Question Compiler Error
Storing a C string as a mutable pointer argument 16 messages
Help
opaque type members 3 messages
Help Question
how do i match something literally in `macro_rules` ? 34 messages
Question Compiler Error
What's the equivalent of thread_rng in javascript? 8 messages
Help Question
[Solved] How does Rc Type coercions work? 6 messages
Discussion Beginner Help Question
Return struct instance 14 messages
Code Review Request Beginner Help
How to log an error on a future that may run indefinitely? 6 messages
Question
borrow as mutable in for loop 18 messages
Beginner Help Question
Organizing data about functions with mixed types for a macro 5 messages
Help Beginner Discussion Question
How does iterators work... exactly 98 messages
Discussion Beginner Help Question
Rust hosting provider similar to Heroku 4 messages
Discussion Question
Limit a Generic to any type that implements from_be_bytes 3 messages
Beginner Help Question
Help traversing a tree-like structure (AoC Day7) 15 messages
Help Question
making tictactoe to learn Rust 60 messages
Code Review Request Beginner
Is this code ok? 8 messages
Code Review Request
Help sending messages over websocket 41 messages
Beginner Help
Interfacing with System Calls 7 messages
Help Question
Receiving data from multiple channels 3 messages
Help Question
how to handle reqwest throwing exception 5 messages
Beginner Help Question
Get non-ref type of GAT 17 messages
Help Question
How do i Fix `this closure implements `FnOnce`, not `FnMut`` Error 17 messages
Help Question Compiler Error
How do you set environment variables when running a rust project on windows? 8 messages
Beginner Help Question
macro to set struct attribute 12 messages
Beginner Help
Freeing resources in a failed constructor 13 messages
Beginner Help
Replace substring 4 messages
Beginner Help
Todo list removing not working 14 messages
Code Review Request Beginner Help Question Compiler Error
Using Cargo.toml instead of `cargo build --target` 3 messages
Tooling Help Question