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 ... 14
Title Δ
How to automatically #derive(Something) on every struct(possibly wi... +0.23
Why does holding a non-Send type across an await point result in a... 0.00
Rust: is there a way to shorten the `if/else` portion of the `from_... 0.00
What does it mean to "lock" an app's UI thread? +0.41
Borrowing mutable references in closure to sort vector +1.96
Why are stack values so far apart in Rust? +1.47
Temporary value dropped while borrowed inside if else 0.00
how to implement abstract factory in rust? -0.37
Consume and replace elements in a vector with 1 or more elements +0.44
Is it safe to cast `struct` to a slice in rust? 0.00
Rust macro to generate multiple individual tests +0.41
How to "read" if let expressions? 0.00
How to add a lifetime to an enum depending on a compilation feature... 0.00
Get the containing folder of a file 0.00
Rust trait impl for generic `impl<T: Read + Seek> KaitaiStrea... 0.00
How do I prevent a lifetime issue when calling a function that crea... 0.00
How to match enum with parameter without destructing in Rust? 0.00
How do I get an identifer from an expression argument in a macro? -1.65
Nested method calls with existing mutable references -0.58
Is there a way to pass a function as a parameter of a macro? 0.00
How can I get bit value at positioned index in Rust? 0.00
How to print intermediate values for debugging from inside a consta... -0.14
What is the most efficient way to iterate in [false, true]? -1.43
Unit testing Rust Syn crate 0.00
How to use Rust futures in callbacks? +0.88
How do I write to a mutable slice from multiple threads at arbitrar... -0.57
Can not implement io::Read for a custom trait 0.00
What is C# Linq "join" equivalent in rust? 0.00
Box::pin() vs Pin::new_unchecked() 0.00
How do I know if something is on the stack vs heap? -1.10
Rust structs that have Box fields and that impl async traits -0.61
Why is returning None when of return type option<T> not retur... 0.00
How can I pull data out of an Option for independent use? +0.42
What is the purpose of the &() syntax? +1.28
Is it possible to pass a variable as an identifier in a macro? 0.00
Problem returning a libusb::Device from a function - attempting to... 0.00
How can I pass a pointer to itself to C++ so it can perform a callb... 0.00
Are there any differences between these two drop implementations fo... 0.00
Mapping a struct to an underlying buffer 0.00
Rust: expected type, found opaque type 0.00
Using vscode debug console with rust 0.00
How to define a family of structs with different const parameters i... 0.00
merging streams in rust / tokio 0.00
Rust lazy_static! macro with a post-processed string? -0.61
Hacking Rust security approach -0.35
How to avoid filter_map() gives error "returns a value referen... +0.41
Is it possible to create a self-referential struct on the stack ins... 0.00
Is Rust's memmap safe to use if you're just treating the da... -0.72
Is disallowing accessing the elements of an array with a different... -1.98
Rust if let Optionals and compare conditions -0.57