StackRating

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

pretzelhammer

Rating
1550.05 (7,928th)
Reputation
2,217 (75,924th)
Page: 1 2 3 4 ... 8
Title Δ
How to return a single element from a Vec from a function? 0.00
Is tokio multithreaded? 0.00
Why do I get different argument types when using filter on an itera... +1.72
Rust with sqlx::postgres and i64 0.00
Cannot move io::Error out of Peekable Result 0.00
How to create an iterator from string _and_ store it in a struct? +2.56
Generic struct doesn't live long enough when passed to generic... 0.00
Why doesn't read_line mutate its argument? 0.00
How can I use the same default implementation for this Rust trait 0.00
Rust: return a generic struct from a function where (only) <T>... 0.00
Borrowing mutable references in closure to sort vector -1.56
What is the best way to use PathBuf in a command call in Rust? -0.16
Rust handling variable outside the scoped_threshhold 0.00
Match statement using moved matched variable throwing compiler error 0.00
Rust: Reference to a generic parameter doesn't satisfy trait bo... 0.00
Rust - Converting from `&str` to `String` and back with Closures +0.43
Access the methods of primitive Rust types -2.34
Why do int lterals go on heap when they are referenced? 0.00
Making a generic From/Into shortcut for two-steps From -0.67
Rust function syntax question, example seem in nom -1.26
How to dereference Uuid type? 0.00
Modify fixed Array of a Struct by function 0.00
Rust macro for repeating array elements 0.00
mut String redeclaration inside loop 0.00
How to implement decorator in Rust? 0.00
what the sign "@" mean in Rust expression +0.56
How to re-run Diesel migrations? 0.00
Why doesn't this pass the borrow checker? 0.00
How to Return a Result with generic error 0.00
"statics cannot evaluate destructors" in Rust 0.00
Why does this rand use statement work in rust? 0.00
How can I use internal mutability with generic type in Rust? -1.52
How to delete the contents of a file before writing to it? -1.28
Rust error expected type `()` found type `(i32, i32)` +2.08
How to write trait & impl with lifetimes for iterators? 0.00
Map a Vec of structures to another Vec of structure in Rust without... 0.00
Is there a difference between using a reference, and using an owned... 0.00
Why the closure passed to map() does not take a reference while the... 0.00
Can cargo.toml contain custom properties 0.00
How can I store a closure object in a struct? +2.53
Rust : insert uint in hashmap reference -1.93
Returning reference contained in an input wrapper type using AsRef -1.51
Confused on how to use rust modules 0.00
Implement trait for base type (float) 0.00
Rust - open dynamic number of writers -1.82
How to coerce external associated types to my local struct types? 0.00
Solving shuffle the array problem on leetcode in Rust 0.00
How to iterate with enumeration using rayon? 0.00
Generic type cannot be built from iterator over generic elements 0.00
Why does incrementing an integer in a thread not change the value o... +0.41