StackRating

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

huon

Rating
1626.36 (958th)
Reputation
57,447 (1,653rd)
Page: 1 2 3 4 5 ... 11
Title Δ
Why and when should be comma used at the end of a block? 0.00
Index access to an instance of a struct +1.46
Cannot compile code due to unused type parameter. Is there any way... 0.00
How can I overload the += "plus equals" operator? 0.00
What does "Sized is not implemented" mean? +1.85
How can I filter an iterator when the predicate returns a Result<... 0.00
Can't borrow File from &mut self (error msg: cannot move ou... 0.00
Cannot link against core library when cross compiling 0.00
Changing a node in a tree in Rust 0.00
How do I call a function through a member variable? 0.00
What is the cleanest way to convert &str types to numeric types? +1.94
What happens when I write to a random memory address? 0.00
Rust by example: The ref pattern 0.00
How to constrain the element type of an iterator? -0.13
Working around the lack of associated method on parametric traits? 0.00
Recursive function type 0.00
Can you clone a closure? +1.51
When should I use `drain` vs `into_iter`? +0.39
Why is the Copy trait needed for default (struct valued) array init... -1.40
Why do return expressions use semicolons when they're unnecessa... 0.00
Why does #[derive(Show)] not work anymore? +0.37
Auto-dereference when printing a pointer, or did I miss something? 0.00
How to shuffle a str in place +0.36
What is 'core::kinds::Sized` is not implemented for the type `S... 0.00
How to rewrite code to new unboxed closures 0.00
Need help understanding Iterator lifetimes 0.00
How do I access core traits like StrExt when using #![no_std]? +1.53
No method parse for String 0.00
mem::replace in Rust 0.00
Type information of a proc() cannot be inferred if not passed into... 0.00
Trouble porting C++ code to Rust 0.00
How to test the rust standard library? 0.00
enum error: unresolved name 0.00
"associated types may not be referenced here" 0.00
Closure requires unique access to lambda function 0.00
Are box types in Rust automatically freed when they have no referen... 0.00
How do you create an iterator using a closure in rust? -0.14
Can you coerce Some(box|:|) to Option<Box<FnOnce<...>&g... 0.00
Rust: Is there a way to call a static function on a macro type argu... 0.00
Manually call a rust dynamic library +0.37
Calculating HMAC in Rust 0.00
Why does the Rust borrow checker reject this function? 0.00
Capturing errors in Rust (Rust URL) -0.14
Returning integer overflow flag in Rust? +1.44
Why do I get mismatched types error while trying to match a tuple? -0.62
How would I create and use a string to string Hashmap in Rust? 0.00
What does `impl TraitX for TraitY` mean in Rust? 0.00
Why does rust require Sendable traits to explicitly be marked as Se... 0.00
Why "explicit lifetime bound required" for Box<T> i... +0.43
How do you refer to functions in a crate from an exported crate mac... +0.38