StackRating

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

red75prime

Rating
1528.41 (20,064th)
Reputation
2,646 (63,870th)
Page: 1 2
Title Δ
Specify that lifetime of argument lasts for function call 0.00
Clone a cloneable element of non-Cloneable object in pattern match 0.00
Unzip iterator of references to tuples into two collections of refe... 0.00
How to pass a Arc with a trait as a reference? -2.17
Using static lifetimes triggers "closure may outlive function&... 0.00
What is a concise way to inform the compiler of the specifc type wi... 0.00
Reference does not live long enough in nested structure +5.73
Is there a way to force Rust to let me use a possibly moved value? -3.13
Specialize method for one specific generic type 0.00
Tuples not allowed as lvalue in Rust? 0.00
How to convert code that uses the Read trait to use the Iterator tr... +3.86
Rust macro strange error 0.00
Implement trait for all Iterator 0.00
What is the difference between comparing for equality with variatio... 0.00
Converting a char to &str +4.32
Can I implement a trait which adds information to an external type... +3.93
How to compare Rectangle<T, U> for shape equality? +4.97
Casting of `arrayfire::Array` 0.00
Is there an owned version of String::chars? +4.45
How to generalise access to struct fields? -0.26
Implementing an iterator for a trait in Rust 0.00
Borrow checker doesn't allow returning a mutable reference from... +0.46
Convert a vector of strings to a deply-nested JSON object +5.11
How to define lifetimes properly in closure 0.00
Why does the compiler warn about an uninitialized variable even tho... 0.00
What is the difference between these two linked list implementations? +0.34
What is the null pointer optimization in Rust? -2.41
Access associated constant items without scope qualifier 0.00
Cannot infer a lifetime for a struct containing a reference to a cl... 0.00
Why I can not use u8 as index number in Rust array? 0.00
Combining else clauses in nested if statements in Rust +4.16
Fn as trait concrete lifetime required 0.00
How to do arithmetic modulo another number, without overflow? +4.21
SDL2, FnMut and mpsc, sender can not be shared safely between threads 0.00
Using a Generic Trait over S<T> enforces me to have T outlive S 0.00
Is it possible to borrow parts of a struct as mutable and other par... -3.65
What is the difference between '&self' and '&&#... 0.00
How to set a variable inside a gtk-rs closure? 0.00
Is there a shorter way than a match or if let to get data through m... +3.91
What are the optimization levels `s` and `z` doing in rustc? -2.94
Rust cannot borrow `x` as mutable more than once at a time 0.00
Why should I prefer `Option::ok_or_else` instead of `Option::ok_or`? +0.28
Conditionally move T out from Rc<T> when the count is 1 0.00
Rust matching and borrow checker -3.81
Type signature of a Rust HashMap of a function +1.38
What's the most idiomatic Rust way to modify an optional elemen... -2.24
If `Into<String>` is not implemented for `&String`, why a... +4.02
Cannot infer an appropriate lifetime when storing Peekable iterator... 0.00
How can I wait for an unknown number of Rust threads to complete wi... 0.00
How can I avoid a ripple effect from changing a concrete struct to... 0.00