StackRating

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

phimuemue

Rating
1517.19 (38,310th)
Reputation
21,107 (6,359th)
Page: 1 2 3 4 5 ... 11
Title Δ
Problem printing both a Rust reference and the variable it references 0.00
the trait `std::borrow::Borrow<char>` is not implemented for... 0.00
Any way of doing unwrap_or_return to do an early return +0.49
Generic numeric function using traits and `match` -0.03
Rust - Mix default macro and personal default implementation 0.00
Is there a way to make a recursive struct/enum boxed as default? 0.00
Rust macro to convert between identical enums 0.00
Is it possible to write chained comparison macro in Rust? +0.42
How do I use a const range in a match statement? 0.00
How to split up really long match on enum with many variants? 0.00
Rust include mod 0.00
Why do I not get an error about a use of possibly-uninitialized val... 0.00
Do struct member names use more memory than if I use inherited clas... +0.25
How best to deal with struct field that can change types 0.00
How to help the type inference system infer the type of a closure a... 0.00
How can I turn a GenericArray<T, ?> into an array of the same... -1.50
Rust backpointers 0.00
Is it possible to unpack a generic tuple via pattern matching in Ru... 0.00
Generic type for types implementing trait or dereferencing to trait 0.00
How to pass a closure via dynamic dispatch in an object-safe method? -0.04
Get the reference of a structure throught a trait 0.00
Use char as &str in HashMap 0.00
Unable to implement fmt::Display for a struct with a generic type 0.00
Specifying Error type for the Result returned (in the context of Si... 0.00
how can I implement an external trait on an internal trait in Rust? 0.00
Rust macro accepting argument with a colon, a struct which is insid... +2.72
How do I catch a panic from Rayon's `par_iter()`? -0.02
How to map inputs to outputs with same output and uniform distribut... 0.00
Avoiding variant name and type repetition in `enum` -0.04
Copy array and modify one value in Rust 0.00
Having troubles with finding treemap algorithm code/pseudocode 0.00
Program in to generate chained list in python 0.00
Is there a better way to organize this behaviour as a collection of... 0.00
How to create an iterator that yields elements of a collection spec... 0.00
How can I improve the performance of my Rust code compared to Pytho... 0.00
Is it possible to access disjoint slices with multiple threads usin... 0.00
How can I handle or test if a type is an Option in a Rust macro? 0.00
Implementing a foreign trait for a local generic type 0.00
IntoIterator as a function argument doesn't accept adapter struct 0.00
cannot infer an appropriate lifetime for borrow expression due to c... 0.00
How can I add extension methods to a trait with associated types ly... -0.55
Call mutable method on value from mutable struct field 0.00
Error borrowing content while rewriting a function to use traits 0.00
lifetime with closure captures in rust 0.00
Why after .split() I got an empty &str? 0.00
Why does Rust assignment of const from trait to trait not work? +0.18
How can I create a deadlock with Rust? 0.00
Scope of 'let' with shadowing and String -> &str con... -0.71
Coalesce different collections in Rust 0.00
Alternative to passing a vector to a function? 0.00