StackRating

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

Lukas Kalbertodt

Rating
1601.44 (1,717th)
Reputation
27,910 (4,501st)
Page: 1 2 3 4 5 ... 8
Title Δ
Compare a Vec with a Range in rust 0.00
What are the semantics of mutably borrowing a literal in Rust? 0.00
Where is a MutexGuard if I never assign it to a variable? +0.39
Why doesn't the comparison operation in my iterator filter over... -1.73
What are the use cases of raw identifiers besides new keywords? +1.29
How to alias a crate in Rust 2018? -0.08
Why is splitting a Rust's std::collections::LinkedList O(n)? -0.80
Why do the lifetimes on a trait object passed as an argument requir... 0.00
How to create a read-only struct without boilerplate code? -1.85
How is `pub(self)` visibility different from no `pub` attribute? 0.00
How to find the starting offset of a string slice of another string? -0.72
What does this strange line do? 0.00
String::contains(String) gives "the trait bound String: FnMut&... 0.00
Why can I return a reference to a local literal but not a variable? 0.00
How to compute the minimum of the difference of a vector of values? -1.71
Why do I get an error that "Sync is not satisfied" when m... 0.00
"Expected reference, found struct Rc" when cloning and re... 0.00
Cannot move out of captured outer variable in an Fn closure 0.00
max_by_key on Map doesn't allow destructuring of tuple into key... +0.38
How should I implement Into for &MyType and &mut MyType wit... +1.28
Returning default value from function when result is error +1.62
Cannot infer an appropriate lifetime for a closure that returns a r... +1.50
print! macro gets executed out of order 0.00
How can a vector of HashMaps be created and returned from main? -0.61
I can't find definition for `mock!` 0.00
What is the idiomatic way of using an if-let binding when matching... 0.00
Is it possible to split a vector into groups of 10 with iterators? 0.00
Can I add a dependent crate that is a subdirectory in a git reposit... 0.00
How do I implement the Chain of Responsibility pattern using a chai... -0.10
Why is the memory address printed with {:p} much bigger than my RAM... +1.88
How to create a gzipped tar file without using a lot of RAM? 0.00
Reading from TcpStream results in empty buffer 0.00
LinkError when trying Hello World in Rust with WebAssembly 0.00
Is there any performance disadvantage to putting everything in main? 0.00
Call a raw address from Rust 0.00
How can I convert a float to string? 0.00
Why is pointer arithmetic the cause of a segfault? +0.39
Deref struct to tuple requires move 0.00
Remove an element while iterationg over it 0.00
Lifetime of function reference in Rust 0.00
How can I take an item from a Vec in Rust? +2.31
Rust scoping rules for struct-owned functions 0.00
Is it possible to have type paths in which multiple segments have a... +0.42
Code working with elided lifetimes, not with explicit +0.40
Is there any way to implement the Send trait for ZipFile? 0.00
Is it possible to create a macro that implements Ord by delegating... 0.00
Is there a concept of POD types in Rust? 0.00
How do you declare an interface in Rust? -0.47
Rust generic AddAssign with references +2.19
How can I unpack a tuple struct like I would a classic tuple? 0.00