StackRating

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

DK.

Rating
1625.85 (968th)
Reputation
35,711 (3,211th)
Page: 1 2 3 4 ... 10
Title Δ
Convert Result in place 0.00
How to reset all array elements? +1.96
Sharing a common value in all enum values 0.00
How to combine splitn and split_whitespace in Rust? -2.34
Efficiently mutate a vector while also iterating over the same vector +1.40
How to disambiguate associated types in trait object bounds? 0.00
Is there a way to do a for loop that is neither iterative nor linear? -0.70
Keep Rust module documentation in .md files? -0.50
Extracting an associated type from a specific implementation 0.00
How do you convert an instance of generic T into a concrete instanc... +1.25
Inconsistent behavior of `mktemp` crate in Rust 0.00
Why does `std::env::args` return an iterator of `String` instead of... 0.00
How to pass a Arc with a trait as a reference? +0.37
Should library expose c_int to consumers or force i32 compatibility 0.00
Why is Rust's assert_eq! implemented using a match? 0.00
How to obtain an instance of Rust's new std::heap::System? 0.00
Can't compile a macro that expands to multiple struct fields: e... 0.00
What does the index of an UTF-8 encoding error indicate? 0.00
Iterator's next returns Some(&1). Why's that? +1.27
Does Rust offer a package to perform blackbox testing with arbitrar... 0.00
Why does a range have to be mut in order to call `find` on it? 0.00
Recursive macro to parse match arms in Rust 0.00
Is there a technical reason why the implementation isn't just i... +0.36
Is there a macro or similar workaround to include the source folder... 0.00
Interpolate macro matcher into a string literal 0.00
Extract chain of iterator calls to a helper function +1.07
How can I use the Ord::max function? +0.33
How are Rust crates (e.g. num_cpus) implemented? 0.00
Map an iterator n items at a time 0.00
How do I create FFI bindings to C functions expecting OR-ed bytes? -0.12
Is it possible to convert a vector into a nested vector using a lib... +0.34
Why does "can't leak private type" only apply to stru... 0.00
`:expr` is followed by `:tt`, which is not allowed for `expr` fragm... 0.00
How can I get a Path from a raw C string (CStr or *const u8)? 0.00
Confusing automatic dereferencing of Arc 0.00
Overcoming "local ambiguity: multiple parsing options:" i... 0.00
error: variable 'x' is still repeating at this depth 0.00
Why does `Self` require a constant size at compile time for calling... 0.00
How do Rust closures work and how does it execute a closure? 0.00
Is it possible for different instances of a generic function to hav... 0.00
Why are the address two different values the same when printed as f... 0.00
Multiple patterns not working with if let 0.00
How can I store an enum so I can retrieve it by only identifying th... 0.00
How to read a GBK-encoded file into a String? +0.31
Is there a way to destructure a struct partially? +0.34
How to alter two fields at once in a Rust struct? +0.37
Is it always preferable to populate a reference vs moving an owned... 0.00
How do I call a C++ constructor via Rust FFI? 0.00
Cannot import libc::funcs 0.00
Why do I get expected type `()` when trying to obtain a reference t... +1.08