StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Shepmaster

Rating
1621.85 (1,050th)
Reputation
178,829 (280th)
Page: 1 ... 29 30 31 32 33 ... 59
Title Δ
How can I pass an array from JavaScript to Rust that has been compi... 0.00
Can I avoid `_` in pattern matching with gen_range? 0.00
Is there a way to set a background color on an `image::ImageBuffer`? +1.39
Merge boxed elements +0.45
Simple Rust TCP server and client do not receive messages and never... 0.00
Unable to execute a hello world project when using prefer-dynamic 0.00
Explain the behavior of *Rc::make_mut and why it differs compared t... 0.00
How to increase the stack size available to a Rust library? +1.16
Use module from outside src folder in a binary project 0.00
Is using to_owned() the idiomatic way to update a struct in place? 0.00
Simplify a long namespace for impl when importing the type would in... 0.00
Can't implement a trait I don't own for all types that impl... +0.37
How to get a view over a slice with an added head and tail? 0.00
Can I use const with overloading operators in Rust? 0.00
How to convert char to integer so that '1' becomes 1? -0.36
Adding an append method to a singly linked list +2.06
Convert a serde Map into Value 0.00
How to hash a string using the sodiumoxide crate? 0.00
How can I store a Chars iterator in the same struct as the String i... 0.00
Why does the Fuse iterator adapater not work as expected? 0.00
Extend Iterator with a "mean" method +1.74
What's an idiomatic way to delete a value from HashMap if it is... -1.87
How to read and process a pipe delimited file in Rust? +0.33
Type deduction error when reading from file 0.00
trouble setting the lifetime on a new empty vector 0.00
How do I create a static library in Rust to link with ะก code in Win... 0.00
Do Rust builder patterns have to use redundant struct code? +0.40
How can I return a JoinHandle from a function? 0.00
Where should I place a static library so I can link it with a Rust... +1.38
Is left-shifting a negative value undefined behavior in Rust? 0.00
Is it possible to avoid a pointless definition of `FnOnce`? 0.00
Can I conditionally compile my Rust program for a Windows subsystem? 0.00
Use of moved value when pattern matching an enum with multiple valu... 0.00
Compiler asking for lifetime in struct when lifetime is given 0.00
Can't link hello_world program on Windows: /usr/bin/link: extra... 0.00
Linking AVR programs with Cargo 0.00
How do I store a result using Serde Zero-copy deserialization of a... 0.00
How do I include the end value in a range? 0.00
What's the idiomatic way to make a lookup table which uses fiel... +2.12
Converting a BoxStream into BoxFuture 0.00
How can I get a reference to the key and value immediately after in... 0.00
Pattern matching inside of struct 0.00
Destructure a vector into variables and give away ownership? +1.42
If I make a struct and put it in a vector, does it reside on the he... 0.00
Why does my Hamming weight function work in C but not in Rust? 0.00
How to tell Rust to let me modify a shared variable hidden behind a... 0.00
Is there a Cargo environment variable for the workspace directory? 0.00
How can I reuse a server-side TCP endpoint for multiple consumers? 0.00
Subtract UniCase HashSets 0.00
How to drop the environment of a closure passed to futures-cpupool? 0.00