StackRating

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

DK.

Rating
1625.85 (968th)
Reputation
35,711 (3,211th)
Page: 1 2 3 4 5 6 7 ... 10
Title Δ
How do I collect from multiple iterator types? +0.94
move values from array to tuple 0.00
How can I optimize reading a UTF-8 string from a file with a known... +0.37
Why can a trait not construct itself? -0.28
What does {:?} mean in a Rust format string? 0.00
Does Rust have a debug macro? +0.40
Multiple enum variants with same value? +1.93
String return value does not get assigned within for-loop in Rust 0.00
How to avoid redundant code when implementing Index and IndexMut in... 0.00
Building an enum inside a macro 0.00
Detecting new struct initialization 0.00
Is there any way to differentiate between a string and an ident in... 0.00
Can Rust macros deal with multiple-layer nested expressions? 0.00
Can I reset a borrow of a local in a loop? 0.00
using mem::sizeof() to get size of a user defined struct in Rust 0.00
Returning closures which capture outer variables in Rust +1.71
How does Rust implement reflection? 0.00
Why is the size of `char` 4 bytes in Rust? -0.32
How to get a pointer to function as u32? +0.97
Using a macro to initialize a big array of non-Copy elements +2.18
How to take a subslice of an Arc<[T]> +0.39
What is the best way to be aware of the loss of precision when conv... +2.09
"unresolved import" when using an item from a nested module 0.00
Recursive Data Structures in Rust -0.28
How to create an array within a constructor in Rust -0.28
Turn a number into a byte string literal, similar to stringify!() 0.00
From and Into traits and conversion of usize to f64 0.00
Is there a clearer way of representing dereferencing raw pointers a... 0.00
Iteration over 2D array performance in Rust vs C +0.40
What's the easiest way to read several ints from stdin if it... +1.77
Is there a way to detect the compiler version from within a Rust pr... 0.00
Can I use the Rust lexer or parser to retrieve a list of functions... +1.42
What is the motivation of Rust's ToLowercase +2.15
How do I duplicate a &[u8] slice? 0.00
How do I generalize a Rust macro over different types of functions? 0.00
Rust macro does not match passed types 0.00
Is there any way to use private functions in public macros in Rust? 0.00
Prevent drop until pointer is dropped with no_std 0.00
Switching data types based on system? 0.00
Writing getter/setter properties in Rust +1.54
Can I have an anonymous function that isn't typed as a closure... 0.00
How to write Cyrillic text when using the debugging format? 0.00
What the difference is between using the box keyword and Box::new? 0.00
Match returning straight input in all but one case 0.00
Why does this read input before printing? -1.85
Define a trait with FnOnce, but no return type 0.00
Why does this macro result in an unresolved name error? +0.41
Can't figure out return type of this Rust function that returns... +1.95
Working with trait objects requiring sized +1.83
Fixing "No rules expecting for token" macro error 0.00