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 ... 22 23 24 25 26 ... 59
Title Δ
Passing trait implemented on FnMut into helper function without mov... 0.00
What makes `impl Trait` as an argument "universal" and as... 0.00
Do a container's members inherit its mutability? 0.00
How do I set the request headers using Reqwest? 0.00
A TCP echo server never replies even though I am sending a newline 0.00
How do I make the equivalent of a C double pointer in Rust? 0.00
What's the difference between assigning to a *mut T and a &... 0.00
How do I combine multiple functions using Diesel into one through a... 0.00
Is there a way to conditionally declare multiple extern crates with... 0.00
How to get the cookie from a GET response? +0.37
How to use destructuring to handle tuples readably? 0.00
Fixing containment of references that don't live long enough wi... 0.00
Handling memory leak in cyclic graphs using RefCell and Rc 0.00
How can I do key-agnostic deserialization of JSON objects? 0.00
Can I use an `evmap` inside a `lazy_static`? 0.00
Collect iterators of length 2 into HashMap 0.00
Why is type conversion from u64 to usize allowed using `as` but not... -2.29
"Error loading target specification" when building a WebA... 0.00
Checking if folder exists in directory -2.26
How do I keep internal state in a WebAssembly module written in Rust? +1.76
What is the correct type for returning a C99 `bool` to Rust via the... +0.33
How to assign 2 variables simultaneously in Rust? +0.33
Why does Rust not recognize that I re-assign to the moved variable... -1.21
Value does not live long enough with a generic function that create... -2.00
Value does not live long enough with a generic function that create... +2.00
Is it normal to experience large overhead using the 1:1 threading t... 0.00
Difference between &mut and ref mut for trait objects 0.00
Is it possible to specify `panic = "abort"` for a specifi... 0.00
Why is it legal to borrow a temporary? +1.17
Why does a File need to be mutable to call Read::read_to_string? 0.00
How do I tell Cargo to run files from a directory other than "... 0.00
How to get ownership of a moved value back from a closure? +0.36
How do I use a Peekable iterator in a filter closure? 0.00
How to take an IntoIterator of references and return a boxed Iterat... 0.00
Converting a char to &str +0.03
Execute an insert or update using Diesel 0.00
Can a trait guarantee certain type properties such as a vector is n... 0.00
Getting a value from a child struct, and then modifying the child s... 0.00
Writing a function to take iterables of reference and value type +0.36
Cannot borrow as mutable because it is also borrowed as immutable +0.36
Mismatched types when trying to parse JSON from curl with serde_json 0.00
What is the type/trait produced by calling the `chars` method on a... 0.00
How do I implement std::io::Read for an Iterator<Item=String>? -1.98
How to join elements of HashSet into a String with a delimiter +1.17
Buffer in Rust with Mutex and Condvar 0.00
Can I reuse a Tokio Core and a Hyper Client in Rocket? 0.00
Which files from the target directory are actually required by the... 0.00
Is an array required to be initialized if I will read file contents... +0.34
How to check if HEAD is tagged -0.23
Why can comparing two seemingly equal pointers with == return false? 0.00