StackRating

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

Tim Diekmann

Rating
1534.80 (14,773rd)
Reputation
3,097 (54,597th)
Page: 1 2
Title Δ
Why does Box<[T]> need 16 bytes in memory, but a referenced s... +3.87
Why does type inference behave differently for `HashMap` and my own... 0.00
Why is there a drop call after structure destructuring? 0.00
What does the + operand between types mean? 0.00
How do I convert a boolean to an integer in Rust? +2.45
Why is a reference variable accessed via auto-deref moved? -0.16
How can I merge the fields from different HashMaps into one? 0.00
Slice a string containing Unicode chars -3.46
How do I pass a Vec<Vec<i32>> to a function? +3.98
Why is tuple formatting limited to 12 items in Rust? -4.02
Why a function on a trait object cannot be called when bounded with... -4.45
Why can't I update a value through an immutable reference of a... -3.98
Why can't I use `&Iterator<Item = &String>` as an... +4.32
How to use vec! macro in a #![no_std] library? +3.74
How to borrow an unwrapped Option<T>? 0.00
How do I ignore an error returned from a Rust function and proceed... 0.00
How to return a const value? -3.16
How to use associated constants to define the length of an array? +4.82
Type mismatch when returning from inside if statement +4.98
Can an array length constant be defined for a library in another pr... 0.00
error[E0597]: borrowed value does not live long enough when trying... 0.00
How does the match expression interpret values vs. references? 0.00
Why does matching a Result require an explicit Err when changing th... -3.00
Does the documentation mention the possibility of adding the `mut`... +3.51
What is the difference between `Some(&a) => a` and `Some(a)... +3.92
Cannot use methods from the byteorder crate on an u8 array: no meth... 0.00
How to alias a crate in Rust 2018? +0.62
Rust - Rocket compile error 0.00
How to pass compiler flags to a sub crate in Rust? +3.55
Why must the associated type be specified in a collection of refere... +3.88
How do I not borrow an Option when matching? 0.00
How to install rustup and cargo with a toolchain for all users on L... 0.00
Is it possible to make my own Box-like wrapper? 0.00
How to show -> and => as special characters in the IntelliJ I... -2.18
What is the idiomatic way of looping through the bytes of an intege... -3.93
How to append to an existing CSV file? 0.00
Can I declare that implementations of a given trait should not be e... 0.00
How to unwrap a &Result<_,_>? 0.00
How to unzip a Reqwest/Hyper response using streams? +3.88
Provide `char **` argument to C function from Rust? +5.11
Convert &[u8] to String 0.00
How to deal with inexact floating point arithmetic results in Rust? 0.00
How to derive code from crate/module/functions? +3.83
"Does not live long enough" error with `Weak<RefCell&l... 0.00
How to (de)serialize a strongly typed JSON dictionary in Serde? 0.00
Refactoring to workspace structure causes extern crate imports to n... 0.00
Trait bound Sized is not satisfied for Sized trait +4.00
Why does `cargo new` create a binary instead of a library? -4.40
How do I extend an enum-based multi-type container with a remove me... 0.00
What does "manifest path is a virtual manifest, but this comma... +3.81