StackRating

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

Chris Emerson

Rating
1572.15 (3,796th)
Reputation
8,369 (18,743rd)
Page: 1 2 3 4
Title Δ
Any alternative way for trait to implement its parent trait? 0.00
Recursive inorder traversal of a binary search tree +2.06
How to create new instances of a wrapped vector in Rust? -2.14
Can I create an owned pointer to a stack object -0.97
Are there queue and stack collections? +0.18
Rust compiler does not see structure as Sized 0.00
Mismatched types for returned struct (expected <K, V>, found... 0.00
Avoiding closure - encapsulating thread variables in a struct 0.00
Why is List wrapped in IntoIter? 0.00
How do I check whether a vector is equal to another vector that con... +0.35
How to handle errors from the Read::read_to_end method? +3.48
How can I check a variable entered by user is a number (int, float)? 0.00
How can I implement trait B for all types that implement trait A if... 0.00
Subtraction function difficulty 0.00
When should I use `&mut self` vs. `&self` in Rust bindings... 0.00
How to pass `Option<&mut ...>` to multiple function calls... +3.15
Mutable borrow automatically changes to immutable? -2.53
Iterating over a slice's values instead of references in Rust? -3.25
What is the difference between a Rust function with no argument and... -1.29
How do I access a zero-terminated array of function pointers declar... +0.50
A macro for concatenating paths in Rust +0.10
Is defining structure inside a function a good way to conceal the s... 0.00
Vector store mixed types of data in Rust 0.00
Is the question mark operator equivalent to the try! macro in the R... 0.00
How to pass named loop labels to a macro in Rust? 0.00
How do I reuse the SplitWhitespace iterator? -2.92
How to write a trait that has a method returning a reference and im... +3.74
Change terminal cursor position in Rust +3.15
Is it possible to nest a struct declaration in a macro to apply str... +3.03
How to add a Sized supertrait to a Rust trait? -1.52
Understanding the 'self' parameter in the context of trait... +4.53
Lifetime Elision 0.00
Cannot assign to variable because it is borrowed 0.00
Trying to return reference from RwLock, "borrowed value does n... 0.00
How can I pass a boxed member of a borrowed struct to a function wi... +2.67
How can I remove the mutable variable in this mandelbrot function w... 0.00
Cargo fails to build termbox-sys on Windows 0.00
Constructing Hetereogenous Type Lists in Rust +3.57
Manipulating an object from inside a loop that borrows it +3.74
Chaining functions on a trait 0.00
How to return reference to a sub-value of a value that is under a m... +3.44
How to sort ReadDir iterator +4.39
Is there a way to make it easier to debug failing, non-terminating,... 0.00
Cloning a std::iter::Map with inferred (?) type +4.92
How to make this field mutable? +3.98
Reverse iterating over a &vec versus vec.iter() +4.57
Best way to switch input source in Rust +0.46
Declaring a vector of trait objects with a lifetime parameter 0.00
Implementing a trait for closures results in bound/concrete lifetim... +1.93
what does the first explicit lifetime specifier on an impl mean? -1.54