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 ... 21 22 23 24 25 ... 59
Title Δ
What is the difference between literals and non-literals, other tha... 0.00
Why is the closure called when using HashMap's or_insert? 0.00
What is the ".." syntax inside a struct literal in Rust? 0.00
What is the correct way to have an optional self mutating function... 0.00
Handling non std::io::Error(s) while implementing std::io::Write? 0.00
Error encountered while building trpl-ebook: patterns aren't al... 0.00
Return type of .peekable() isn't Peekable<T> 0.00
How do I interpret the output of `cargo bench`? -0.16
Iterating over a range of generic type +0.34
How do I convert a Vec<T> to a Vec<U> without copying t... 0.00
How do I receive arbitrary length data using a UdpSocket? 0.00
How do I write a Serde Visitor to convert an array of arrays of str... 0.00
Generic struct with a reference to the same type but with any concr... 0.00
Register multiple FFI callbacks with different function signatures 0.00
Is there a way for me to use #[derive] on a struct or enum from a l... 0.00
Sharing a struct with trait objects as properties across threads 0.00
Should Rust implementations of From/TryFrom target references or va... 0.00
How to read rocket::Data to a string inside a fairing? 0.00
Does Rust free up the memory of overwritten variables? +0.40
Vector of random numbers in range -0.79
Runtime cost of creating new struct with update syntax in Rust -0.21
How can I replace an entry in std::env:args()? 0.00
How can I box the contents of an iterator of a type that implements... 0.00
Converting large number stored in array of u32 to bytes and back 0.00
How to implement trait once for all iterables of &T (e.g. Vec&l... 0.00
Why does &v[1] + &v[2] have the same result as v[1] + v[2]... 0.00
Is there a way to force Rust to let me use a possibly moved value? -0.74
Differences in syntax for invoking trait method on generic type 0.00
Wrapping around negative numbers in Rust 0.00
What is the proper way to use the `cfg!` macro to choose between mu... 0.00
How do I initialize an array so that Rust knows it's an array o... 0.00
How to convert a slice into an array reference? -0.17
Why does a lazy-static value claim to not implement a trait that it... 0.00
Optionally skip serializing a field with Serde? 0.00
Use all but the last element from an iterator +2.05
How do I translate x86 GCC-style C inline assembly to Rust inline a... 0.00
Intra-workspace dependencies in a Rust project 0.00
Executing a collection of futures sequentially -1.34
Destructuring a mutable peekable iterator 0.00
How to define Rust function that's generic on integers that can... 0.00
Why must my error be valid for the static lifetime when trying to s... -1.84
How to check if a directory exists and create a new one if it doesn... 0.00
Why does matching on a tuple of dereferenced references not work wh... 0.00
How can I automate adding context to an Err? 0.00
Conditionally implement a Rust trait only if a type constraint is s... +0.12
What is the correct way to call an FFI function that swaps two valu... 0.00
Unable to build Rocket.rs: The given version requirement is invalid -0.14
Why doesn't Option::map take ownership in a linked list impleme... 0.00
How to force a union to behave as if there is only one type? 0.00
Cannot compile the ring crate: file not found for module `montgomery` 0.00