StackRating

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

Stargateur

Rating
1502.62 (340,523rd)
Reputation
8,883 (17,507th)
Page: 1 2 3 4 ... 9
Title Δ
How to avoid cloning a big integer in rust -1.63
Not comparing string in Rust 0.00
How to create an iterator over Vec<Vec<T>> of unknown s... 0.00
How to convert char** to Vec<String> in rust -1.60
How can I support an unknown or other value for a Serde enum? 0.00
How do I use combinators to avoid verbose matching without getting... 0.00
Get the Vec of owned values from a HashMap 0.00
Difference between add and +? 0.00
How can I map Result<(), E> into a numeric error code? -0.67
How to zip two iterators of unequal length with a default? +2.30
Mutate vector within filter 0.00
How to access current cargo profile (debug/release, …) from the bui... 0.00
How to assert errors in Rust? 0.00
How to accept both Vec<String> and Vec<str> as function... +3.22
Iterate over a reference to Chars 0.00
Moving ownership to a std::io::Chain 0.00
Rust: Initialize 2D Array 0.00
Does type constructor implement Fn? -0.95
Why does Command.output() execution sometimes return None for statu... 0.00
Waking up a sleeping thread on sigint in Rust? 0.00
Rust: error[E0495]: cannot infer an appropriate lifetime for autore... 0.00
Why does refactoring by extracting a method trigger a borrow checke... +2.82
Why use `ptr::write` with arrays of `MaybeUninit`s? 0.00
Deserialize JSON when structure known but not the keys 0.00
How can I write a boxed closure which mutates a reference to a stru... 0.00
How to convert a linked list of Option<Box<ListNode>> t... +0.36
How to copy file metadata on Linux and Windows from and to any file... 0.00
How to handle different error types after boxing them with Box<e... 0.00
How to read and unread Unicode characters from stdin in Rust? 0.00
How do I replicate Haskell's `scanl (+) 0 xs` in Rust? -1.14
What is the best way to convert from a C++ std::vector<float>... 0.00
How do I coerce types of iterator elements to & from a newtype? 0.00
How can I mutate a parameter that was passed by move? -1.58
How to define an iterator in Rust over a struct that contains items... +2.00
How to define an iterator in Rust over a struct that contains items... -2.00
How To Find Time Difference using Chrono library in Rust 0.00
How can I convert a f64 to f32 and get the closest approximation an... 0.00
rust ego-tree crate: loops with mutable borrows inside a recursion 0.00
How do I relax the non-exhaustive patterns check for a nested match... +2.70
Source a file from rust using Command 0.00
How can I send my Vec to a function taking an Iterator as a paramet... 0.00
What is the default integer type in Rust? 0.00
Optionally push item to Vec or return existing item +2.11
Why is the downcast_ref method not found for the dyn Any type? 0.00
How do I bind the `Output` type of operator traits in Rust? 0.00
In Rust how do I pass a diverging function as parameter to another... -1.19
Deserializing a CSV with Serde when the header row may not have the... 0.00
How to construct a ParseIntError in my own code? 0.00
What is the correct way to read a binary file in chunks of a fixed... -0.15
Why do I have to specify the type for "const" variables b... 0.00