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 ... 7 8 9 10 11 ... 59
Title Δ
How to retrieve the underlying error from a Failure Error? 0.00
How to unsafely increase the size of a mutable slice of bytes? 0.00
How do I relax the non-exhaustive patterns check for a nested match... -2.03
Why does a test fail with the message "panicked at Box<Any&... 0.00
Which build of gcc should I use to correctly build rustlearn crate? +0.34
Iron persistent state with struct reference +0.32
Is passing a string back to the calling code necessary in FFI modul... 0.00
How to use lazy_static! inside a struct impl? 0.00
Simultaneous mutable access to arbitrary indices of a large vector... +0.57
Why can I return a reference to an owned value of a function? +0.13
Why does function pointer behaviour differ in Rust depending on the... 0.00
How do I return a reference to a concrete type that was added to a... +0.24
the trait `diesel::Expression` is not implemented for `bigdecimal::... 0.00
How do you handle the "could not parse code block as Rust code... 0.00
Why does code that requires user input not work in the Rust Playgro... 0.00
How to send data through a futures Stream by writing through the io... +0.34
How to match a string against a static &str? 0.00
What are the performance impacts of 'functional' Rust? +2.15
How do I share a mutable writer between multiple "encoders&quo... 0.00
How to modify a Cow variable that uses itself in a loop? 0.00
How to create a vector of all decorated functions from a specific m... 0.00
How to serialize http::HeaderMap into JSON? 0.00
Can a function that takes a reference be passed as a closure argume... +2.29
Can I have a generic function that accepts all types that do not im... 0.00
What's the recommended way to produce side effects in control f... 0.00
Is it possible to automatically implement a trait for any tuple tha... 0.00
What is the difference between `then`, `and_then` and `or_else` in... 0.00
How to write an image to the Windows clipboard in Rust 0.00
How to link a dynamic Rust library using only rustc and not cargo? 0.00
How to return a Result containing a serde_json::Value? +0.84
How to safely construct fat pointers/pointers to DSTs of LV2 atoms... 0.00
Is it possible to write a const function that folds over an iterator? 0.00
How can I modify properties in a HashSet that are not part of the h... +0.36
How to cast generic T to String? 0.00
How do I convert a boolean to an integer in Rust? -0.55
How can I write a method to wrap any value in my type that can be c... -0.00
Is it possible to tell if a field is a certain type or implements a... 0.00
Why can't I import `std::assert` via `use` while it works for o... 0.00
Can I extend an iterator with values created inside a function? +0.36
How to return impl trait wrapped inside Result? 0.00
How can I pass a variable initialized in main to a Rocket route han... 0.00
Into<Iterator> vs Iterator for online algorithms 0.00
Rust Mutex is not working when using a callback function from multi... 0.00
What is an example of contravariant use in Rust? 0.00
Why does replacing a dependency's version and path attribute wi... 0.00
Is it safe to use a closure to get a raw pointer from an Option<... 0.00
Why does using Some on a tuple wrap the type in &[]? 0.00
How to store an iterator over stdin in a structure? 0.00
What happens when I call std::mem::drop with a reference instead of... 0.00
How can I zip together an unknown-at-compile-time number of iterato... 0.00