rust-help-forum

11663 threads · Page 220 of 234

Help Safely Porting C++ Hash Function with reinterpret_cast 5 messages
Help Beginner
Attempt at a very simple interpreter 93 messages
Code Review Request
patch.crates-io doesn't work 3 messages
Help
Serde Deserializer, possible Vector input 11 messages
Help
convert strings to char arrays and then iter over them to ascii 7 messages
Question
Copy-able vector 13 messages
Help Question Beginner
Just a little Arena 23 messages
Different functions depending on whether type is Send? 7 messages
Help Question
How to implement conditional struct field in rust? 26 messages
beholden. worlds worst lexer 8 messages
Code Review Request
Cat's strugge 130 messages
How do I get rid of or change the new inlays? 5 messages
Question Tooling Help
Child process living after process closes 2 messages
Help
.tera f32 format error 7 messages
Help
Confused with Trait and Into 16 messages
Help
Code compatibility when use different crate version 17 messages
UdpSocket, Gstreamer, H264, and a side dish of annoyance 10 messages
Help
How would people feel if Rust had something similar to Go's struct embedding? 518 messages
Question Discussion
Trying to optimize Rust to be faster than python + numpy 64 messages
DllMain does nothing 3 messages
Help
coming from c++, `std map` and `std unordered_map` vs. rust `HashMap` 4 messages
is it possible to have an enum where the values are &'static str? 12 messages
Constifyiterating over a string's chars 8 messages
Builder pattern in async 2 messages
Help Question
Cannot move out of which is behind a mutable reference 5 messages
Help
Serde - building a struct in a particular use case 13 messages
Help Beginner
is there a way to save an image with the image buffer in the form of a vec? 10 messages
Help
tokio error 8 messages
Help
what's your opinion on reborrowing article? 3 messages
.tera file convert variable to integer 5 messages
Help
Generic types in derive macro 3 messages
Help
Where to place type annotation? 7 messages
Beginner Help
slice indices are of type `usize` or ranges of `usize` 9 messages
Help Beginner Compiler Error
Docker error GLIBC version not found 10 messages
Question Help
how to connect multiple tokio_tungstenite streams. 7 messages
Matching enum in enum 7 messages
Help Beginner
Implementing mock object for 3rd party struct using mockall crate? 2 messages
Help
Is it possible to have a function with the same signature but different trait implementations? 3 messages
Question
Tera perform calculations on variables 3 messages
Vec in multi threads 3 messages
Help Question
Deserializing a string to a struct 17 messages
Help
Parallel merge sort review 26 messages
Code Review Request
Optimisation of enums with one or two variants 5 messages
Question
Polars - Series to list? 2 messages
Help Question Beginner
Can someone help a beginner out with DFS? 3 messages
Beginner
how to set up a list inside of another list 4 messages
compiling a rust package 5 messages
Beginner
Statically assert a const generic meets some condition at compile time 9 messages
Question Help
How does one make a WASM build which includes the client making API calls? (All guides seem broken) 15 messages
Serializers for `serialize`? 22 messages
Help