StackRating

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

Shepmaster

Rating
1621.85 (1,050th)
Reputation
178,829 (280th)
Page: 1 ... 23 24 25 26 27 ... 59
Title Δ
Extending all Iterators<Item = Result<Type, E>> to tran... 0.00
What is the "the anonymous lifetime #1" and how can I def... 0.00
Lifetime specifiers and generics in SFML 0.00
How can I access the specified precision when implementing Debug? 0.00
How do you cast trait objects with an Arc<Mutex<...>>? 0.00
How do I write a value doubling iterator? +1.17
Understanding trait bound error in Diesel 0.00
Why is borrowing a &mut reference from an immutable array somet... 0.00
According to xargo my code has built successfully, but there's... 0.00
How to take a range as a variable in Rust? 0.00
How to compare Rectangle<T, U> for shape equality? -0.62
Function pointers in Rust using constrained generics 0.00
What type signature to use for an iterator generated from a slice? 0.00
Vector of strings reports the error "str does not have a const... 0.00
Why doesn't a lazy_static slog::Logger print until a non-static... 0.00
Send can only be implemented for a struct/enum type, not a trait 0.00
Converting {integer} to f32 in Rust +0.37
Fold with closure that returns a Result +0.36
How do I change the following from_str macro to from_json? -0.09
Case-insensitive string matching in Rust 0.00
Wrap enum variants in IntoFuture? 0.00
How to compare a slice with a vector in Rust? 0.00
How to collate an array of JSON objects by a property into a struct... -0.66
Cannot infer an appropriate lifetime due to conflicting requirement... 0.00
How can I modify a value outside of a closure from the closure? 0.00
Is there a way to write a function which accepts a reference, a mov... 0.00
Is there an owned version of String::chars? -0.64
Is it possible to define structs at runtime or otherwise achieve a... 0.00
How do I get a &str or String from std::borrow::Cow<str>? -0.31
Deserializing newline-delimited JSON from a socket using Serde 0.00
Why can't I use a key function that returns a reference when so... +0.36
How can I chain two futures on the same resource without having to... 0.00
How to represent missing or invalid values? 0.00
Is there any function in the standard library to return the larger... 0.00
error[E0502]: cannot borrow `char_array` as mutable because it is a... 0.00
Get the current thread id and process id as integers? 0.00
Error while trying to borrow 2 fields from a struct wrapped in RefC... 0.00
Why does my iterative implementation of drop for a linked list stil... +0.36
What is the scope of unnamed values? 0.00
How to prepend a slice to a Vec +1.19
Trying to write a CSV record has the error "the trait `std::co... 0.00
Idiomatically parsing a whitespace-separated string into a Vec of t... 0.00
Replace iter() with par_iter(): cannot borrow data mutably in a cap... +2.28
items from traits can only be used if the trait is implemented and... 0.00
Setting read timeout on socket 0.00
Is it possible for traits to impose restrictions for references to... 0.00
Borrow checker doesn't allow returning a mutable reference from... +0.37
Reading and writing to a long-running std::process::Child 0.00
Cannot import a module in an integration test 0.00
How can I access a thread-local LocalKey static variable? -1.73