StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Sven Marnach

Rating
1688.95 (202nd)
Reputation
550,133 (48th)
Page: 1 2 3 4 5 ... 50
Title Δ
Casting a function reference producing an invalid pointer? +1.28
Tools for inspecting .rlib files 0.00
How to bound a type on a recursive std::ops::Deref? -2.73
How to call serde_json::to_writer twice with the same mutable borrow? 0.00
How can I match and modify an element in a Vec<Option<HashSet... -0.26
Why does b+=(4,) work and b = b + (4,) doesn't work when b is a... -1.78
Why is an explicit dereference required in (*x).into(), but not in... +0.24
Rust overflowing shift left -2.74
How does one restrict a lifetime to a closure environment in rust? 0.00
How to move values out of a vector when the vector is immediately d... -1.37
How to conditionally deserialize JSON to two different variants of... +0.24
What happens to heap allocated value after variable that holds the... 0.00
Rust: macro for the length of an array -0.23
Does type constructor implement Fn? +0.95
How to compare &self in struct's method with another struct +2.28
Cargo build package with conflicting features from the same git rep... 0.00
Lifetime mismatch in a double mutable borrow 0.00
Ownership, closures, FnOnce: much confusion -0.59
SliceIndex trait bound unsatisfied error when trying to index into... -2.84
Impl trait with generic associated type in return position causes l... -2.86
Why doesn't Rust support overloading function or method? 0.00
Is "this represents potential undefined behavior in your code&... 0.00
How to determine the resulting type of a Rust iterator? 0.00
Implement a trait for another trait Item type -0.71
What does it mean when "method exists but trait bounds not sat... +1.75
Why is finding the intersection of integer sets faster with a Vec c... 0.00
Why does SmallVec have different behaviour when storing types with... 0.00
Simple implementation to get iterator of first word of each line of... 0.00
Why can't I call collect_into on a par_iter? 0.00
Is there any compiler flag to force undefined behavior for signed i... 0.00
How does Rust handle converting &SizedType to &UnsizedType? 0.00
Array cannot be indexed by RangeFull? 0.00
What is the mechanism that allows failure::Error to represent all e... +0.24
How to concatenate static arrays in rust? 0.00
What to do when a dependency can be expensive to create? 0.00
Iterator for REST API: skip and take 0.00
What are the differences between `*const T` and *mut T` raw pointers? 0.00
Can I conditionally provide a default implementation of a trait fun... +0.25
Why does pattern matching on &Option<T> yield something o... 0.00
How to simplify mathematical formulas with rust macros? -0.42
How can I replace one element in a Vec of string slices with a newl... +0.28
Compiler forces me to implement trait method but the `Self` trait b... 0.00
How to convert a dictionary to a list of keys, with repeat counts g... +0.77
Why does taking a static reference to a const return a reference to... +1.13
How to box variable as static method reference with type argument? 0.00
Why does Rust expect double borrow (`&&'a mut T`) 0.00
How do I use STDIN if no positional arguments are given with clap? 0.00
Why does boxing an array of function pointers with `box` syntax onl... +1.48
Why are iterator items which are references not cast to a trait obj... 0.00
Getting first member of a BTreeSet +0.25