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 ... 8 9 10 11 12 ... 59
Title Δ
Rocket requires a minimum version of Rust nightly, but a higher sta... 0.00
How does Rust handle killing threads? 0.00
Cannot convert to or from a Postgres value of type `uuid` when inse... 0.00
Generic usage of Diesel's find or filter to perform deletions 0.00
Covariance of Box type in Rust 0.00
Accessing the Rocket 0.4 database connection pool in a request guard 0.00
How do I convert from a &mut T to a &mut U type? +0.75
How to implement a trait with 'static lifetime for a struct wit... -0.12
Is there a more ergonomic syntax for Either when using futures? +2.01
How to mock specific methods but not all of them in Rust? +0.37
How to implement a trait for any sequence of elements? 0.00
Associated types to normalize serializable data via traits and a ge... 0.00
Optional query parameter is not matching in a Rocket GET endpoint 0.00
How can I implement From for both concrete Error types and Box<E... 0.00
Why cant I use a constant when pattern matching even though it impl... 0.00
How do I return a Result containing every error from an iterator of... +0.37
How do I convert MySQL enums to Rust enums when using the mysql cra... 0.00
Is it possible to populate a large set at compile time? -1.08
Can I use Deref<Target = Other> to inherit trait implementati... 0.00
What is the syntax to import only a single method of a type? 0.00
How can I efficiently extract the first element of a futures::Strea... 0.00
What does #[macro_use] before an extern crate statement mean? 0.00
Finding most frequently occurring string in a structure in Rust? 0.00
Is there a way to choose the lesser of two lifetimes? 0.00
How can I use the question mark operator to handle errors in Tokio... +0.36
Why is the destructor not called for Box::from_raw()? 0.00
Serializing sub properties on a struct doesn't seem to work 0.00
"missing field `dependencies`" when using the toml crate... 0.00
Why does returning a mutable reference from a method prevent callin... 0.00
How do I write to a specific raw file descriptor from Rust? +1.36
What is the difference between "growable" and "mutab... 0.00
How do I use async/await syntax with Tokio? 0.00
Tokio future that reads from a channel and uses poll_fn and try_rea... 0.00
How can one force Rust to take ownership of memory allocated other... 0.00
How can I use Stream::map with a function that returns Result? -0.64
What's the difference between a trait's generic type and a... +1.93
Why can't I call a method after destructuring a variable but I... 0.00
How to properly reference the same code as a dependency of a depend... +1.71
Can I pop from a HashSet efficiently? +0.37
How sort an iterator without putting it all in a vector? 0.00
"cannot infer an appropriate lifetime" when using a closu... 0.00
Why can fixed-size arrays be on the stack, but str cannot? -2.09
Is there a problem with naming a crate containing the string "... 0.00
Is aliasing of mutable references correct in unsafe code? +1.46
Why does boxing an array of function pointers with `box` syntax onl... -1.08
How do I add tasks to a Tokio event loop that is running on another... 0.00
Will Rayon avoid spawning threads for a small amount of work? -0.16
How can I remove or otherwise ignore errors when processing a stream? 0.00
How to check if a function has been called in Rust? +2.09
How can I return something meaningful from a generic function if th... -0.13