StackRating

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

bluss

Rating
1550.37 (7,832nd)
Reputation
6,542 (24,743rd)
Page: 1 2
Title Δ
Recursive generator in Rust 0.00
Problems with rust lifetime specifier 0.00
Borrowed value does not live long enough for `AsRef` result even if... -2.52
How to convert a Vec into an array without copying the elements? -3.45
How do I return a reference to an iterator using conservative_impl_... 0.00
How to convert a slice into an array reference? +3.97
What is the best way to repeat the elements in a vector in Rust? +3.94
Does Rust contain a way to directly check whether or not one vector... +3.77
Why does hashing the same vector twice get different hash codes? 0.00
Use `np.diff` but assume the input starts with an extra zero 0.00
Why is the bound `T: 'a` required in order to store a reference... 0.00
How to use serde on stable release of Rust +3.37
Borrow a section of a borrowed array as a borrowed array +0.41
Rust mpsc::Sender cannot be shared between threads? 0.00
How to get subslices with neither panicking nor unsafe? 0.00
How do I concatenate two slices in Rust? -1.61
Borrow checker doesn't realize that `clear` drops reference to... -3.15
How can I use a preprocessor in Rust to detect the version number? 0.00
Build HashSet from a vector in Rust -1.14
How do I clone a closure, so that their types are the same? -0.07
How to avoid repetition constructing fixed sized arrays from existi... +2.87
How can I write data from a slice to the same slice? +3.83
Should I avoid unwrap in production application? +1.22
How do I read multiple integers from a single line of stdin? +3.98
what does the first explicit lifetime specifier on an impl mean? +3.94
Is there a standard way of discarding input in Rust? +3.22
Collatz conjecture in Rust: functional v imperative approach -0.28
Is std::iter::FlatMap.clone() possible? -4.17
Unable to append a vector in a mutex to another vector +1.94
Is it possible to coerce int literals to floats in Rust without add... 0.00
Why does Rust not recognize that a variable is a &str? +3.62
Built in *safe* way to move out of Vec<T>? +3.78
What's the purpose of SizeHint in Iterator::unzip? -2.72
Python set intersection is faster then Rust HashSet intersection +0.22
How to iterate and extract values out of a for loop in Rust +4.27
How can I generate a bit flag for each type at compile time? 0.00
Does lifetime elision work for methods in trait impls? 0.00
Dereferencing Box<T> gives back value instead of reference +4.27
How to capture mutable reference into move closure contained in ite... 0.00
How do I compare a vector against a reversed version of itself? -2.43
Generate sequential IDs for each instance of a struct +0.16
Is repeat(x).take(n) performant? -4.22
How to Iterator::chain a vector of iterators? +4.17
Iterator adapter that counts repeated characters +4.24
Is there any reason not to use DoubleEndedIterator for iterators th... 0.00
How to get mutable struct from HashMap? 0.00
Closing a Channel, like in Go 0.00
What is a stable way to iterate on a range with custom step? -2.86
What is the "standard" way to concatenate strings? -2.03
trait with functions that return an iterator +3.74