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 ... 5 6 7 8 9 ... 59
Title Δ
How can I tell the compiler to release a borrow in a struct without... 0.00
How to move values out of a vector when the vector is immediately d... -0.68
How to create a subscription for events in Windows using Rust and t... 0.00
What is an idiomatic way to collect an iterator of &T into a co... -0.80
How do I flatten a recursive structure using recursive iterators? +0.88
Why do I get an UnsupportedType error when serializing to TOML with... 0.00
How can I ignore extra tuple items when deserializing with Serde? (... -2.42
Is there a way to check that the user entered an integer with text_... 0.00
Why does the &str primitive exist? -0.53
How do I use tokio::timer::Timeout with Future::wait? 0.00
What are all the different error types in Rust? +0.35
Unable to convert geo_type::Polygon into geos::Polygon: could not f... 0.00
Why am I able to call a closure twice even though I have moved a va... +0.37
Will the non-lexical lifetime borrow checker release locks prematur... -1.88
How do I write an asynchronous function which polls a resource and... 0.00
Does a generic lifetime materialize as the reference's lifetime... 0.00
How do I append to a tuple? -2.24
How to resolve expected `:`, found keyword `self`? 0.00
How can I ensure that a Rust vector only contains alternating types? +1.59
No method named `poll` found for a type that implements `Future` 0.00
How can I map Result<(), E> into a numeric error code? +1.34
Conditionally clone when you need a reference +1.79
How do I return one of multiple types that implement a non-object-s... 0.00
How to convert a SocketAddr to a String in Rust? 0.00
Why does the Rust compiler not optimize code assuming that two muta... 0.00
Will a default release build always use up to SSSE3 instructions? 0.00
How to lock a Rust struct the way a struct is locked in Go? 0.00
How to disable loop unrolling in Rust? 0.00
How can I create a trait for the inherent methods of a type I don&#... 0.00
How do I pass an enum variant to match on as a function parameter? 0.00
How do I use a Condvar without moving the Mutex variable? 0.00
Is it possible to check whether a C macro is defined on your system... 0.00
How do I split a string using a Rust regex and keep the delimiters? 0.00
How to handle `unused futures::MapErr` warning? 0.00
How to deal with WouldBlock error with a Tokio TcpListener? 0.00
How to convert a linked list of Option<Box<ListNode>> t... -0.42
Why do I get a calling convention mismatch when passing a pointer t... 0.00
How to enable crate features per-platform in Cargo.toml? 0.00
How to dynamically build function calls with different numbers of a... 0.00
Why does the second call to my FFI function fail to match the strin... 0.00
How do I declare a struct that contains any kind of Deserializable/... -0.66
Does Rust formally distinguish constructs that trade compile-time c... 0.00
Is there a standard way of cyclically rotating mutable variables in... 0.00
Does the Tokio reactor poll all possible poll() functions between e... 0.00
How to get a nested property from serde_yaml::Value? 0.00
Do I need to use some kind of interior mutability to create a cycle... 0.00
How can I extend the lifetime of a temporary variable inside of an... 0.00
Why do I get "unexpected token" when trying to call an in... 0.00
the trait `serde::Deserialize<'_>` is not implemented for... 0.00
How to clone a Generator? 0.00