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 ... 10
Title Δ
How to understand this Rust function that returns another function? +1.94
Can you tell how a macro got invoked in Rust? 0.00
How to include documentation for unique match cases in macros? 0.00
How do I iterate over a list of chars while still being able to ski... -2.14
Match an underscore instead of ident in macro +0.34
Why does creating a mutable reference to a dereferenced mutable ref... +0.06
Why do I get "conflicting implementations of trait" for f... 0.00
Least memory usage and best performance +1.07
How to match "mut" in a Rust macro? 0.00
How do I match multiple bytes at arbitrary positions? +0.34
How do I get a function pointer from a trait in Rust? -0.16
How does Rust infer resultant types from From::<>::from()? +2.03
Unused variable in macro-generated code 0.00
Rust File examples don't compile -0.47
Is it possible to create an Arc<[T]> from a Vec<T>? -0.38
Why can't I have a constructor deduce one type parameter while... -2.14
Iterator Find, Temporary Value Dropped While Still Borrowed +1.88
How can I make two features enabled lead to a conflict in Rust? 0.00
Does Rust support using an infix operator as a function? +1.56
Macro error while trying to implement a trait inside a macro expans... 0.00
When does a closure take ownership of its environment without the m... 0.00
The trait bound `&str: From<MyType>` is not satisfied eve... +1.30
Missing implementation for top level functions 0.00
How to idiomatically require a trait to retrieve a slice 0.00
Compile specific tests into binary 0.00
Initialize array holding struct more efficiently +1.08
How to generate complex enum variants with a macro in rust 0.00
Ownership tracking in Rust: Difference between Box<T> (heap)... 0.00
How to resolve lifetime error for mutable reference in Rust? 0.00
Trying to fill a Rust vector with objects using higher order function 0.00
How to use "cargo yank"? 0.00
Reuse default method implementations in trait impls 0.00
Is it possible to specify that a function argument must be a string... +1.09
why is "&&" being used here? +1.31
undefined macro 'assert_ne!' on TravisCI 0.00
Generic function that return different types based on an enum input 0.00
Include git commit hash as string into Rust program +2.55
How does AsRef work with str? 0.00
How to obtain the value of a configuration flag? 0.00
Why does a module with a submodule and a function with conflicting... 0.00
Using a struct which implements a traits from a different crate +0.37
Is the order of std::env::args guaranteed to remain consistent over... 0.00
Unable to create a local function because "can't capture d... 0.00
Can Rust call abstract functions? 0.00
Write fix point function in Rust +1.73
Preserving struct field visibility with a macro +0.37
How are string io::Errors created 0.00
Downcasting array length & indices 0.00
How do I make rustc-link-search relative to the project location? 0.00
Why does `Arc<T>` require T to be both `Send` and `Sync` in o... 0.00