StackRating

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

A.B.

Rating
1502.51 (344,504th)
Reputation
8,375 (18,731st)
Page: 1 2 3
Title Δ
Getting the value of wildcard arm 0.00
Why do I get mismatched types error while trying to match a tuple? +4.33
Remove an element from a vector +4.91
Sending trait objects between tasks in Rust 0.00
How to make a copy of a reference? (lifetime issues) 0.00
C-like pointer in structure 0.00
How to specify the representation type for an enum? +3.90
Deserialize JSON with irregular content 0.00
How to use the IndexMut trait in rust correctly? 0.00
How to match a String in Rust? 0.00
Generating unique ID's for types at compile time +4.98
Can a trait define construtor/initializer methods? 0.00
How to deserialize &str struct field from JSON in Rust +4.92
Wrong number of type arguments: expected 1 but found 0 0.00
Is it possible to split an impl into different modules? -2.97
Rust "cannot determine a type for this bounded type parameter:... 0.00
How can I change the length of a vector in rust? 0.00
How to handle string comparison? 0.00
Rust: Borrowing issues with attempted caching +4.08
Lifetimes added to struct/impl leaves module unresolveable 0.00
Creating a macro with infinte arguments 0.00
Declaring Lifetime of Closure in Struct - Rust 0.00
How to convert Vec<i32> to types::array::ArrayBase<Option&... -3.40
Anonymous Functions as Parameters in Rust 0.00
How to make a reverse ordered for loop in rust 0.00
How to combine reading a file line by line and iterating over each... 0.00
What's the best way to organise unit tests in rust? 0.00
println! doesn't work in rust unit tests? -3.38
Is it possible to have a module in different source files in Rust 0.00
Modifying the value of an Option and getting a reference -3.42
String append, cannot move out of dereference of '&'poi... +4.15
How do I create two mutable slices from one slice? -0.17
The use of the unit type, () in Rust 0.00
rust: error: lifetime of non-lvalue is too short to guarantee its c... 0.00
How to iterate over a range of tuples 0.00
How should you do pointer arithmetic in rust? 0.00
Why does Rust want to borrow a variable as mutable more than once a... -3.43
Rust expression "mismatched types: expected `()`" 0.00
How to refactor out repeated manipulations of local mutable variabl... +0.82
Convert an Option<&T> to Option<T> -3.23
`use` statement necessary for trait not used directly in this sourc... -4.23
How can I remember better when to use which lifetime syntax? +0.09
Why does Mozilla's Rust not have a return value in the main fun... 0.00
Appending to a string inside a for loop -3.53
cannot infer an appropriate lifetime for automatic coercion due to... 0.00
Difference between Some & Option in Rust +5.81
Why does the binary + operator not work with two &mut int? 0.00
Can &Some(_) in vec.iter() { .. } compile? -0.60
How to reference multiple members in an array? -3.11
How to write out a non-literal string? +1.71