StackRating

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

ljedrz

Rating
1447.89 (4,533,183rd)
Reputation
11,756 (12,588th)
Page: 1 2 3 ... 6
Title Δ
What is the Rust equivalent of JavaScript's spread operator for... +1.94
Why is 'data' still borrowed at the end of my function? 0.00
What does { .. } mean in a pattern? 0.00
Is it possible to get the name of a struct using one of its methods? 0.00
Why does returning `Self` in trait work, but returning `Option<S... -1.37
Why is a trait bound present in the where clause but not in the fun... +0.54
Is it possible to drop and consume self at the end of scope at the... 0.00
Why can't I collect the Lines iterator into a vector of Strings? 0.00
What is the difference between .. and ...? 0.00
Vec::dedup does not work — how do I filter duplicates from vec... +2.32
How to sum a slice of bytes reducing the possibility of overflow 0.00
How can I make an indexable wrapper for both `Vec<i8>` and `&... -1.37
How can I add the to_string() functionality to an enum? 0.00
Why can't I pass a String from env::Args to Path::new? 0.00
Can I move a vector to inside a struct without fully copying it? 0.00
Is it possible for a macro to turn an identifier lowercase? 0.00
Bitwise or in match? +0.39
Can a `&str` contain a pointer to program memory in Rust? 0.00
How can I borrow the item in an Option or create a new item when it... +1.73
Is there a way to make expect() output a more user-friendly message? -0.26
How to ensure my function will receive a Vec of valid length? -1.61
Why doesn't the comparison operation in my iterator filter over... +2.73
Is there a way to declare a Result that accepts a type implementing... 0.00
How can I structure/destructure an enum of enums? 0.00
Is it possible to represent Higher-Order Abstract Syntax in Rust? 0.00
Reading a file with Rust - borrowed value only lives until here 0.00
How do I pass modified string parameters? -1.10
What are the use cases of raw identifiers besides new keywords? -1.29
How to globally import macros in Rust 2018 without extern crate? 0.00
Why was the dyn syntax introduced? 0.00
What do four consecutive vertical lines mean? +0.28
How can I silence Rust warnings in macros from external crates? -1.13
Get the first letters of words in a sentence -1.69
#[derive(Insertable)] is not implemented for `std::string::String` 0.00
Are operators in core really defined circularly? -0.56
lifetime mismatch - Return a referenced mutable variable 0.00
Why does HashMap::iter.nth(0) give different output for each execut... +1.43
Why does a &[T] argument also accept &Vec<T>? 0.00
How to find the last occurrence of a char in a string? 0.00
How can I skip a call to write! when pattern matching for fmt::Disp... 0.00
How can I conveniently convert a 2-dimensional array into a 2-dimen... +1.64
How do I derive a trait for another trait? 0.00
How should I implement Into for &MyType and &mut MyType wit... -1.28
How to convert a usize to a single char? +1.75
Why does the compgen command work in the Linux terminal but not wit... 0.00
What are the use cases of the newly proposed Pin type? -1.04
What is the default type of `Vec::new()`? -0.41
Why can't I use a &str in trim_matches() like in trim_right... +0.85
How to deal with multiple nested workspace roots? +0.07
Cannot infer an appropriate lifetime for a closure that returns a r... -1.00