StackRating

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

Peter Hall

Rating
1559.40 (5,711th)
Reputation
18,890 (7,320th)
Page: 1 2 3 4 ... 14
Title Δ
What should be the lifetime restrictions of a Trait parameter that... 0.00
Rust bincode enum binary serialisation +0.41
Return a Result from a for loop or nothing if there are no results 0.00
When does `vec!` create different elements, or not? -1.90
Why cant rust macro_rules! pat be followed by "<"? 0.00
Trait as generic parameter to struct object intialization 0.00
Rust lazy_static variable RwLock access 0.00
How can I deserialize JSON that has duplicate keys without losing a... 0.00
How to specify a return type if it is behind a private module? 0.00
Why sometimes a variable is dereferenced in match? 0.00
How to write a macro that displays the file and line number and a v... 0.00
Why am I able to re-assign to a moved variable? 0.00
Can "const fn" in rust concatenate byte slices? 0.00
Is there a way to have a public trait in a proc-macro crate? 0.00
Trait can be sometimes moved 0.00
Check if Vec contains all elements from another Vec +0.41
How can I test that two structs have the same value without cloning? +2.06
max of f64 in Rust -0.58
How can I replace an element in a vector with another element based... +0.44
Static future doesn't live long enough 0.00
Extend trait only for specific associated type 0.00
How can I mutate state inside async block with StreamExt::scan meth... +0.41
What is an efficient way to compare strings while ignoring case? 0.00
Limit the cpurate in a Rust program 0.00
What is the best/idomatic way to iter and actions in Rust 0.00
How to add a field that is a cryptographic hash of other fields? 0.00
How do I get a (1.0, 1.0, 1.0) Vector3 from the nalgebra crate? 0.00
What does the parking_lot documentation mean when it says 'allo... +0.41
Unwrapping a skipped Chars iterator -0.12
How to send chunked transfer-encoded hyper response? 0.00
In Rust is there any way to include static variables into other fil... 0.00
In Rust, how do I create a mutable iterator? 0.00
More efficient alternative to thread_local! and lazy_static? 0.00
How to pass a std::sync::mpsc::Sender<T> to a handler in warp? 0.00
Return generic Vec 0.00
fold is picky about closures it accepts +2.72
Why define a struct with single private field of unit type? 0.00
Logically yet illegaly uninitialized variable in Rust +1.18
Can a procedural macro be debugged as a function? 0.00
Is it possible to convert `Borrow<T>` to `AsRef<T>` or... -1.03
Why can't the lifetime of a reference be deduced as the shortes... 0.00
How to access functions of a binary from integration tests in Rust&... 0.00
How do I fix "may not be safely transferred across an unwind b... -0.58
Using Actix Identity with Juniper GraphQL 0.00
How do I indicate a lifetime bound on a type parameter when using g... 0.00
Check a feature flag in an item defined in a macro 0.00
ndarray - Trying to use impl AddAssign<ArrayBase> for ArrayBa... 0.00
How can I emit an integer literal with a non-decimal base using the... +2.39
How to implement drop_while on mutable iterator? +0.02
Rust: how to use lifetimes when there are no references? -0.56