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 6 ... 14
Title Δ
How to fix "moved value" problem with a TcpStream? 0.00
Can I detect if an expression is a mutable variable using Rust'... 0.00
Can I avoid using explicit lifetime specifiers and instead use refe... 0.00
Is there a container and method to add list B to list A so that B i... -0.07
Rust equivalent to Swift extension methods with equal generic param... 0.00
Is there a way to run a closure on RwLock drop? -0.58
How to ensure every enum variant can be returned from a specific fu... +0.65
How to get the type of a variable so I can call a turbofish function? 0.00
How to coerce a Vec of structs to a Vec of trait objects? 0.00
Newtype as generic parameter in Rust? 0.00
Why is Rust ok with accepting a different struct when implementing... 0.00
Compiler doesn't see associates type is the same as concrete type 0.00
Casting a function reference producing an invalid pointer? -1.28
Why does BufReader::read not always completely fill the given buffer? 0.00
Difference between copied and cloned on Rust iterators -0.32
What is proper Rust way to allocate opaque buffer for external C li... +1.64
Why is it common to use dynamic errors in rust, and not enums? is i... 0.00
How do I modify the JSON output for a Result<T,E> serialized... 0.00
How to handle potentially missing fields using serde_json and the V... +2.35
Can rustc give me more detail about type ambiguity errors? +0.41
How can I create an iterator of &T from either a &Vec<T&... +0.81
Creating a struct, that has an exchangable function -0.06
Is there a way to get SNAFU's `.backtrace()` on arbitrary `&... +0.43
Why does String implicitly convert to &str in Rust? 0.00
How to implement a trait for all numeric types (including reference... 0.00
Passing a memory address in Rust 0.00
Capture all Regex matches into a vector 0.00
Is it valid to add an entire array of bytes at once by converting t... 0.00
Infer an appropriate lifetime for methods including interior refere... 0.00
How to set a field in a struct with an empty value? -0.42
Check if a string slice is contained in HashSet<Rc<String>... 0.00
Why can't a boxed struct be borrowed as a trait? +2.22
Rust serde deserializing a mixed array 0.00
How should I understand a compilcated where clause when implementin... 0.00
How can I implement Deref for a struct that holds an Rc<Refcell&... +1.84
Convert Vec<Box<Foo>> to &[&Foo] in Rust 0.00
Confusion between [T] and &[T] +0.44
How can this loop be turned into idiomatic Rust? +1.87
Is it possible to iterate over a tuple? 0.00
error[E0277]: the trait bound `my_struct::MyStruct: my_trait::MyTra... 0.00
What is an idiomatic way to collect an iterator of &T into a co... +2.40
What are best practices for `unsafe` functions in which only a smal... 0.00
Is `cargo clippy` a superset of `cargo check`? -0.56
Why can't I mutably move-capture an immutable variable? 0.00
How can I ensure that a Rust vector only contains alternating types? -1.59
What is the difference between Rc<RefCell<T>> and RefCe... 0.00
Why is ?Sized required to pass a reference to a generic type parame... 0.00
How to delete item from Hashmap inside a RefCell within an RwLock-e... 0.00
In rust why are type annotations required even if they are explicit... 0.00
Type annotation required even when provided 0.00