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 6 ... 50
Title Δ
Why AsRef can not be used as parameter type annotation but fine wit... 0.00
What is a better way to trim '\n' from io::stdin().read_lin... 0.00
Rust function that accepts either HashMap and BtreeMap -0.73
Rust function that takes an iterator, and returns an iterator with... 0.00
Differences between 2 styles of default implementations in a trait? +1.70
How to use generic structs in the Parity Substrate custom runtime? -2.59
Why do I get the error "trait bounds were not satisfied"... +1.48
Why do I need to dereference a variable when comparing it but not w... +1.01
How does Rust understand to call the appropriate implementation of... -2.94
How do I "return" from an expresion? 0.00
How does Rust handle the "island of isolation" (cycles of... 0.00
Macro rule for matching a doc comment 0.00
Swapping two local references leads to lifetime error -1.87
How does returning a reference to Path from the function's stac... 0.00
Idiomatic way to pass an array of `OsStr` 0.00
What is the difference between &Trait and impl Trait when used... +1.21
How to convert a closure without a yield to a generator? 0.00
Can I randomly sample from a HashSet efficiently? +0.25
Why is a trailing comma in a function call not a syntax error? 0.00
Why do I get "does not live long enough" in a return value? +0.89
Using Into<String> on interfaces - zero cost for Vec<Into&... 0.00
How does Rayon prevent the use of RefCell<T>, Cell<T> a... 0.00
Does Rust libc crate inhibit the compilation of custom panic handler? 0.00
Uniform random bit from a mask 0.00
Start another program then quit +2.28
Rust type inferencing oddity +0.25
Does Rust have an equivalent of -Ofast -march=native? 0.00
Why is casting a const reference directly to a mutable reference in... 0.00
Cursor of HashMap records with RwLockGuard in Rust 0.00
Borrowed value does not live long enough for `AsRef` result even if... +0.31
What is the relation between auto-dereferencing and deref coercion? 0.00
Casting Rc<ConcreteType> to an Rc<Trait> +1.09
Vec of Generics of Different Concrete Types -0.22
How to convert Vec<Rgb<u8>> to Vec<u8> +2.32
Function signature for generic numbers 0.00
Communicating Rust Lifetimes for Type Parameters +1.12
How can I build a specific package in a workspace? 0.00
How to build multi workspace cargo project in rust 0.00
How can I activate features in all my crates? -0.74
Conditionally chaining a Rust future based on initial future result? 0.00
Accessing a field in generic structure 0.00
If let borrow stays after return even with #![feature(nll)] 0.00
Generics plus dynamic dispatch +1.13
Why does moving a value into a closure still have the error message... 0.00
Replacing values in Rust causing "cannot move out of borrowed... +1.87
How can I implement Borrow for a generic container in the case of t... 0.00
How to create all permutations of a list of tuples depending on one... -0.39
How to create all permutations of a list of tuples depending on one... +1.61
How can I write to a BufWriter and get the content that is written? -2.41
Extracting an archive with progress bar - mutable borrow error 0.00