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 ... 41 42 43 44 45 ... 59
Title Δ
Why can I use the same lifetime label for variables that have diffe... +2.12
Change enum variant while moving the field to the new variant 0.00
Embedding a borrowed value into an enum? -0.57
How to convert a string to an enum? 0.00
How does the `Cloned` iterator adapter work with `Iterator<T>`? 0.00
How do I read an Iron Request in both middleware and the handler? 0.00
Rust closure type mismatches of seemingly opposing natures 0.00
Returning a closure from a trait method involving generics in Rust 0.00
Recommended way to wrap C lib initialization/destruction routine +1.80
Capture the entire contiguous matched input with nom 0.00
How to implement PartialEq for an enum? 0.00
What's the alternative to u32::BITS in a const? 0.00
How to declare that the method's argument implements specific t... +2.28
Why doesn't `debug_assert` print anything when the first argume... 0.00
How do I capture variables outside the scope of a closure in Rust? +1.72
Unable to use macros from the rsfuzzy crate 0.00
What disaster does the compiler prevent by disallowing assigning to... 0.00
Why does the closure for `take_while` take its argument by reference? 0.00
Can a Rust closure be used by multiple threads? 0.00
How to implement Error::cause properly? 0.00
Remove unwrap calls from Options and Results without introducing do... 0.00
Lifetime in Iterator: fn next(&'a mut self) 0.00
How to write a safe wrap for HashMap with default value +1.85
When to use Box instead of reference? -0.40
How can I get a unique thread identifier? -0.57
How can I lock the internals of my Rust data structure? 0.00
Avoiding unwrap for vector of Option/Result 0.00
Trait is not implemented for the type `&A` when passing an arra... -0.18
Find the item in an array with a largest argument 0.00
Referencing options in a borrowed context 0.00
Why does unsafe code compile, but similar code that pushes to a vec... 0.00
Is there a function in Rust equivalent to Java's Stream.Iterate? +1.14
Getting value from a collection without using the Clone trait +1.75
Cannot use Rayon's `.par_iter()` +0.43
How can I test Rust methods that depend on environment variables? +2.36
How to convert i32 to a string representing the ASCII character -1.02
How to download the documentation of a crate with Cargo? 0.00
How to daisy chain threads using channels in Rust? 0.00
Pass an iterator of structs to a function accepting references in R... +2.73
Check if VecDeque contains an element -1.24
Is it possible to implement inherent methods on type aliases? 0.00
How would I use trait objects for function callbacks? +0.46
Match shadowing example in the Patterns section of the Rust book is... +0.20
Suppress panic output in Rust when using panic::recover 0.00
Idiomatically access an element of a vector mutably and immutably 0.00
Iterating over a multidimensional BTreeMap 0.00
Can Rust macros create compile-time strings? 0.00
Consume parts of a string while iterating over it 0.00
How to create a Rust struct with an image::ImageBuffer as a member? +2.88
A pattern for finite (game) state machine in Rust with changing beh... 0.00