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 Δ
How can I make my Rust function more generic & efficient? -1.40
Comparing iterator with (fixed sized) array +0.50
Assign value from match statement -0.04
When would an implementation want to take ownership of self in Rust? -0.51
How to avoid temporary allocations when using complex key for HashM... 0.00
How to get a pointer to function as u32? -0.78
How do I capture variables outside the scope of a closure in Rust? -0.72
Write a struct with multiple variables into a single byte array 0.00
Pass a matrix (Vec<Vec<f64>>) readonly to multiple thre... 0.00
Unresolved name error when using std::ptr::set_memory -2.14
Forcing BufRead trait compatibility between io::stdio and BufReader +1.02
How to do polymorphic IO (File or stdin) in Rust? 0.00
Split implementation across multiple files/modules and keep everyth... 0.00
Trait is not implemented for the type `&A` when passing an arra... +0.13
Error: closure requires unique access to `self` but `self` is alrea... 0.00
Getting value from a collection without using the Clone trait -1.75
How do I cast generic T to f32 if I know that it's possible? +2.19
Function to read and parse string into Iterator in Rust +2.42
Can I create a match against a generic type that implements Pattern? 0.00
How can the state be shared between the returned result and the nex... -1.07
What's the best way to pass an output `io::Write` to a function... +2.61
Is there a more friendly RefCell-like object? -1.82
Borrowing Option::and_then -0.42
Why is it useful to slice an entire array? -0.87
using self in new constructor -0.46
Binding does not live long enough when storing a reference to a vec... 0.00
Trait implementing Sized -0.50
How can I wrap another type and add fields and methods to it? -0.81
How do I make the following Rust code compile? -1.92
How to declare a lifetime for a closure argument -0.29
What is the proper way to initialize a fixed length array? 0.00
How do I convert an enum reference to number 0.00
Find a string starting from given index -0.86
Create a generic type parameterized by a number +4.15
new() method on traits with varying parameters 0.00
How to implement trim for Vec<u8>? -3.88
Return Traits from function -3.75
How to print an array and a vector? 0.00
Does Rust have anything like scanf? +4.34
Indexing a String 0.00
Modify Collection While Iterating Over it -3.76
Implement Debug trait for large array type 0.00
Want to add to HashMap using pattern match, get borrow mutable more... -2.75
Writing Vec<u16> to a file -2.37
Passing self reference to method of owned object 0.00
How to read a single character from input as u8? +3.67
Why is an enum containing a Box not copiable? 0.00
Is it possible to find an element in a Vec<T> and remove it? +3.98
Using generic iterators instead of specific list types -3.50
rust reports cannot move out of dereference while templatizing a code -3.41