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 5 ... 14
Title Δ
How to use an internal library Enum for Clap Args +0.41
Static Enum in Rust 0.00
Is it idiomatic Rust to accept a Result<T, E> as a function a... +1.86
Rust tokio infinite loop for multiple buttons listening 0.00
Lifetime parameter problem in custom iterator over mutable references -0.57
How can I conditionally enable a Rust feature based on cfg? 0.00
How to create a ring communication between threads using mpsc chann... +2.53
How to correctly use `peek()` in Rust? 0.00
What is the correct error part of the Result type of a function pro... 0.00
How deal with Option<Ref<T>> and Option<&T> 0.00
How can I (slice) pattern match on an owned Vec with non-Copy eleme... +0.11
How to store values in a Vec from inside a callback that does not t... 0.00
Weird behavior when creating, reading and deleting files in tests i... 0.00
Always return Ok HttpResponse then do work in actix-web handler 0.00
How do I comply with lifetime bounds when passing functions as argu... +0.43
Problems with lifetime/borrow on str type -1.80
Using the same lifetime for the pointer and the lifetime parameter... 0.00
Method containing closure parameter expects wrong type? 0.00
Set all remaining struct members to their default values 0.00
Writing to a field in a MaybeUninit structure? 0.00
How exactly does PhantomData work in Rust? 0.00
Disable Implicit Deref Coercions 0.00
How can I fix unused imports in Rust automatically? 0.00
How to compute the duration between two chrono::DateTime? -0.08
How can I check if a vector is a subsequence (in the same order but... +1.82
How do I make a Rust program which can be executed without using `c... +0.43
thread 'main' panicked at 'called `Result::unwrap()` on... 0.00
How do we manipulate the first bit of a u8 array in Rust? 0.00
How do I split up data from a hyper JSON body so I have a hashmap w... 0.00
Rust: Using a generic trait as a trait parameter -1.90
How do I figure out where a named lifetime comes from? 0.00
How to generalize a HashMap passed to a function with different typ... 0.00
How can I simplify repeating function logic +0.95
How to pass Rc<RefCell<dyn T>> to fn that wants &dy... 0.00
Factory method with associated type 0.00
Aborting evaluation in Rust after a timeout 0.00
Can 'static be placed along the struct declaration? +2.06
Restrict a Template to be useable by Wrapping 0.00
Problems with Rust Enum 0.00
Lock-free sharing of data with a single mutator in Rust 0.00
"associated type ... must be specified", but isn't used 0.00
Rust: Implement trait "From" for associated type (Error) 0.00
In Rust, how do I create a HashSet from the keys of a HashMap? -1.25
How can I denote a field that can be either Rc<T> or Weak<... -0.17
Why is transmuting &T to &mut T Undefined Behaviour? +2.73
How to call test helper function from within integration tests? 0.00
I am getting the trait bound `T: sns_pub::_IMPL_DESERIALIZE_FOR_Mes... 0.00
Is it safe to `Send` struct containing `Rc` if strong_count is 1 an... -1.53
In a procedural macro, how can I check if a string is a valid varia... 0.00
Is there some sort of sequence in which the compiler operates? 0.00