StackRating

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

Optimistic Peach

Rating
1526.87 (21,709th)
Reputation
296 (414,513th)
Page: 1 2
Title Δ
how to set C/C++/Rust compiler default decimal number base to hexad... 0.00
Why does Rust allow calling functions via null pointers? -1.85
What is an example of Rust code that causes a segfault? 0.00
How does this recursive join work in Rust 0.00
Iterate through a sized Range<T> by borrowing it 0.00
What to use for covariance over fn parameter in Rust? +4.25
How does Box<dyn Trait> deconstruct itself? 0.00
Is the order in which struct fields are initialized guaranteed in R... +0.80
How to implement Into trait to convert all input to usize not using... -4.09
How does Rust determine the length of a slice when unsizing from an... +3.60
Is it safe to cast references to unsized transparent types? 0.00
Why must be structure initialized in rust? +3.65
I don't understand the difference between a slice and reference... +3.90
How to create a thread local variable inside of a Rust struct? 0.00
How do I check if both variables are both Some? -0.03
Understanding `tt` in Rust's `macro_rules!` macros 0.00
Other solution than using 'static lifetime +3.90
What happens when you clone a `&str`? 0.00
How to initialize an array and save references to its items? +4.43
How can str be copied if it doesn't implement the Copy trait? 0.00
Convert Vec<T> to Vec<U> when From<T> for U is av... 0.00
is there a way to use a generic type alias as the generic type for... 0.00
How to call generic trait method in Rust 0.00
Understanding of this Rust lifetime example -3.92
Understanding of reference life time in Rust 0.00
How can I change a function to run in parallel with Rayon? 0.00
Understanding Rust's function return type +3.90
What's the difference between using the return statement and om... +4.60
When should I use smart pointers? +3.90
Returning a trait with an associated type 0.00
Why Does Rust Allow an Immutable Reference to a Mutable Variable? 0.00
Storing a module as a variable in rust 0.00
How to define a function that accepts any argument which implements... 0.00
How to access as_secs in systemtime? 0.00
How can I create an iterator of &T from either a &Vec<T&... -2.25
Creating a struct, that has an exchangable function +0.52
PhantomData type usage in rust +4.22
Confustion with 'ref' in rust in closures 0.00
Why is `str` encapsulated inside `String` instead of inside a `Box&... -4.03
How to return a value and a reference to a portion of that value? 0.00
Ownership, closures, FnOnce: much confusion +6.02
Explanation on References and Borrowing from The Rust book -0.06
How to return when ref and ownership transfer both won't work +4.12
how to implement fmt::Display on custom type? 0.00
Should I pass function objects by value or by reference? -1.00
How do I annotate rust variables' data type without assignment? +0.00
Iterating through a vector and cast enum to integer +4.07
Is it possible to do destructuring assignment with type annotations? 0.00
Why can't I import module from different file in same directory? +4.57
Why doesn't a trait implementation compile for a struct, but it... 0.00