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 ... 10
Title Δ
Why does a plain match expression compile, while a map_err call doe... 0.00
nested looping prints strange results 0.00
How can I append a char or &str to a String without first conve... +1.41
In Rust, what's the difference between "shadowing" an... 0.00
Why is a match pattern with a guard clause not exhaustive? 0.00
How does the Rust compiler know when to invoke drop when ownership... 0.00
How do I return a fixed size array of string literals from a functi... -0.41
Can I safely multithread something which isn't meant to be mult... +0.30
Using reference to type parameter in callback function of C library 0.00
Why does the compiler not infer the concrete type of an associated... -2.16
Use of internal rules in Rust macros 2.0 0.00
How to create a by-value iterator on the stack +0.33
Why does this Hilbert Curve implementation ported from C (from Wiki... 0.00
Why does map and map_err capture the same variable? 0.00
Rust TT muncher has infinite recursion 0.00
Exit code 101 iterating over array with &array 0.00
How can I store a format string template outside of my source code? 0.00
Why can impl trait not be used to return multiple / conditional typ... 0.00
Use output of macro as parameter for another macro -2.64
What is the difference between :: and . in Rust? +0.33
How to match trait bounds in a macro? -0.65
How to make type aliases based on compile flags in Rust? 0.00
How to find the starting offset of a string slice of another string? +1.72
Is there a shared pointer with a single strong owner and multiple w... 0.00
What are the different ways of specifying the linking path to FFI l... -0.51
Why do I get an "overflowed on" error when creating an en... 0.00
Why does Iterator::next return an Option instead of just an item? 0.00
Why are macros based on abstract syntax trees better than macros ba... +2.29
No method named len found for type <T as Trait>::Type in the... -0.68
Why is an explicit borrow required in Rust tuple pattern matching? 0.00
Are operators in core really defined circularly? +1.06
Can a Rust macro set a variable and return a value at the same time? +1.66
Variable shadowing in the same scope in Rust? +0.31
"error: underscore lifetimes are unstable" when implement... 0.00
What macro fragment specifier should I use to match a method declar... 0.00
Why do I get the error FromIterator<&{integer}> is not im... 0.00
.parse().expect("err") panics instead of handling a parse... 0.00
How to mutate a vector's elements while iterating through it? 0.00
"type annotations required" while using RustFFT 0.00
How do I write macro arguments which capture parenthesis? 0.00
Difference between `my_func<T: MyTrait>` vs `my_func<T>... 0.00
How to create a value with an associated type using a normal struct... +0.30
How do I fix mismatching dependencies in my Cargo file to work arou... 0.00
What are the implications of using Vec<T> over Option<Vec&... 0.00
Why do generic lifetimes not conform to the smaller lifetime of a n... 0.00
What is a "nominal type" in the context of an inherent im... +1.39
Cannot add a value other than a string to a nested hashmap +0.32
Can a struct implement two traits with conflicting method names in... 0.00
match inside macro_rules - can not use '_' 0.00
How to convert a boxed trait into a trait reference? -1.80