StackRating

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

aSpex

Rating
1489.18 (4,428,072nd)
Reputation
2,368 (71,229th)
Page: 1 2
Title Δ
How to introduce a Type-Parameter for Array Length in Rust? 0.00
casting struct to trait with lifetime got "cannot infer an app... 0.00
Idiomatic match with fall-through in Rust -3.64
Implementing a generic incrementable trait in Rust +3.76
Iterating generically over either a map or a vector of 2-tuples -3.19
How to match struct fields in Rust? +4.95
How do I perform an operation only when two variables are not None... -2.10
Convert Vector of String into slice of str in Rust? +5.29
How to pass `Option<&mut ...>` to multiple function calls... -3.15
Literal out of range warning when iterating over all values of u8 +1.64
Convenient access to members of raw pointers? -0.92
Strange type error when producing new sequence in map closure +2.85
How do I clone a closure, so that their types are the same? -3.06
Same lifetime parameter for all fields of a struct -0.72
Passing a member of a struct to a method of the same struct in Rust -3.37
Callback to mutable self -0.83
Is there a performance difference between a squared function and di... +4.25
Local let like in caml +0.49
Cannot send a struct over channel: mpsc::Sender cannot be shared be... +5.03
Cast a literal value to a trait object -3.39
Iterate two vectors and the rest of the larger one -3.63
How can I optimize reading a UTF-8 string from a file with a known... -2.92
Why can a trait not construct itself? +5.13
Assignment from borrowed content 0.00
Is there a function that returns the count of differences between t... -1.40
How to implement a &mut iterator for a Binary Search Tree? +3.99
How can the location of cargo's configuration directory be over... +4.08
Cannot borrow node as mutable more than once while implementing a b... -3.38
Execute callbacks like as mutable borrowing from cycle 0.00
Obtaining a mutable reference by iterating a recursive structure -3.15
Best way to remove elements of Vec depending on other elements of t... -1.79
How to make mutable pointer to field of node of tree and mutate it? 0.00
Iterate over byte vector and save pointers to strings +3.83
Difference between immutable and const variables in Rust? -1.56
"use of moved value" when matching while merging two vect... 0.00
Cyclic reference of RefCell borrows in traversal +4.91
Rust: filtering and mapping an iterator of results +4.30
How do I write a function that can compose `FnMut` closures? 0.00
Returning a borrow from an owned resource -2.98
Forcing BufRead trait compatibility between io::stdio and BufReader +4.94
Mutating one field while iterating over another immutable field -2.68
Is there a function in Rust equivalent to Java's Stream.Iterate? -3.31
How to convert i32 to a string representing the ASCII character -3.71
Implement IntoIterator for struct which iterate its HashMap attribute 0.00
Capturing the same variable in one of multiple closures -2.93
What's the most efficient way to reuse an iterator in Rust? -2.38
cannot borrow as immutable because it is also borrowed as mutable 0.00
What is the best implementation of a recursive struct? 0.00
How do I replace specific characters idiomatically in Rust? -3.43
Move objects out of array -2.90