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 ... 50
Title Δ
Why does Vec<T> expect &T as the argument to binary_search? 0.00
Do rust mutable references have move semantics? 0.00
How do I generate random numbers using HC-128 in Rust? 0.00
Nom: cannot infer type for type parameter 0.00
Relation between AddAssign and '+=' Operator 0.00
How do I get the filename of an open std::fs::File in Rust? 0.00
How can I iteratively call Sha256::digest, passing the previous res... -1.72
How to hold Rust objects in Rust code created through C++? 0.00
Unpack a splitn into a tuple in Rust? 0.00
Rust features which allow the optimizer to change the program's... +1.01
Understanding usage of Rc<RefCell<SomeStruct>> in Rust 0.00
What is the idiomatic way to add a path component from a char itera... +0.25
Is there a warning for undocumented sections? +1.35
How to include file contents in Rust compiled binary? +0.26
How does Rust respect the Copy trait? +1.00
Parsing 40MB file noticeably slower than equivalent Pascal code +0.26
How to combine lists by choosing one element per index? +1.37
How to assert two variables are equal when the implementation of Pa... -0.52
how to implement an iterator that delegates to HashMap::values() 0.00
I get a "no 'Json' in root" error when building a... 0.00
Is there a shorter way of writing function signatures that take and... +1.64
How to deal with boxed and chained error on rust? 0.00
Is there a way to partition a vector into odd and even numbers in p... 0.00
Cannot assign because it is borrowed in a method of a structure tha... 0.00
Can't move value in mutually exclusive `Entry` API methods 0.00
What is the fastest correct way to detect that there are no duplica... +0.25
rust - return type from generic function with traits 0.00
Do iterators return a reference to items or the value of the items... 0.00
Why is a set object stored as a frozenset and a list object as a tu... -0.71
Why closure return type definition must include '_ lifetime? 0.00
Why can I use a mutable variable such that its lifetime overlaps wi... 0.00
Mysterious conflicting implementations +1.38
How to update a yaml file with dynamic properties in Rust? 0.00
Running Python code in parallel from Rust with rust-cpython 0.00
Entry::or_insert executes despite a value already existing 0.00
Why is the mutability of a variable not reflected in its type signa... +1.57
Implementing a lazy load in by way of enum type in Rust 0.00
How do I define a nested HashMap with an unknown nesting level? 0.00
Is mutable accessor using a cast safe? 0.00
How to avoid transitive type dependencies? 0.00
Why can't Rust use the size of a generic parameter as an array... 0.00
Git repo with production branch only (no development history) 0.00
When do I need to make a closure variable mutable? +2.21
How to use leading_zeros/trailing_zeros in platform independent way? 0.00
Rust Embedded panic destroys stack 0.00
What does "cannot borrow as immutable because it is also borro... 0.00
Why is transmuting &T to &mut T Undefined Behaviour? -2.73
How to safely remove item from a vector? 0.00
How is Python statement x=x+1 implemented? -2.73
Processing possible single elements inside a flat_map in Rust 0.00