StackRating

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

fjh

Rating
1572.51 (3,764th)
Reputation
7,002 (22,936th)
Page: 1 2
Title Δ
How do I upload a file given its absolute path in rust? 0.00
Why don't I see any output from a print inside of thread::spawn? 0.00
What is the meaning of `use path::{self}`? +3.92
How to access the element at variable index of a tuple? +0.53
How to prevent a value from being moved? +3.26
How does Rust store enum values in arrays? +4.51
Is it possible to use pattern matching guards in a `while let`? 0.00
Rust minimal compiled program size 0.00
Is an if-let or a normal if condition better? -2.68
Why does this struct member need two lifetimes? +3.67
Why does applying & to a String return a &str? 0.00
How do I implement the Copy trait? +3.06
Websocket client message payload "does not live long enough&qu... +3.96
How would you go about creating a pointer to a specific memory addr... 0.00
How to conditionally assign a type to a reference +1.65
Which is the quickest, safe or unsafe, way to read 16, 32, 64 bit i... 0.00
How do I reduce the nesting of my code when dealing with nested Opt... 0.00
Is boxing or explicit lifetimes the right solution when referencing... 0.00
Are there capabilities in the Rust standard library to download a f... 0.00
Return local String as an Option<&str> 0.00
Error while pattern matching io::Result 0.00
No method named `unwrap` found for type `regex::re::Regex` in the c... +4.85
cannot borrow `*` as immutable because `*self` is also borrowed as... 0.00
Why does the index method require ownership? 0.00
Type alias for enum 0.00
Trouble with buffer types in mio 0.00
Why does my variable not live long enough? 0.00
Sharing mutable self between multiple threads 0.00
How to pass an array of objects implementing a certain trait to a f... +3.38
Mismatched types: expected somestruct<_,_> got somestruct<... 0.00
Moving a &[&str] into a thread 0.00
Is there any way to return a reference from a function without argu... -2.39
Is it possible to add your own derivable traits, or are these fixed... 0.00
Parameter type may not live long enough -0.47
Iterate over two-dimensional Vector of Options 0.00
What constraints should I be aware of when generating mio's Tok... 0.00
Expected String, found &str when matching an optional string +5.18
How to cast primitive types? 0.00
Is it possible to have a constructor function in a trait? 0.00
How to implement Eq and Hash for my own structs to use them in Hash... +0.07
using self in new constructor +3.65
Pass function as argument to another function 0.00
Understanding struct-field mutation +3.99
Unable to re-borrow a variable because I cannot borrow immutable lo... 0.00
Textfile-parsing function fails to compile owing to type-mismatch e... 0.00
Why are explicit lifetimes needed in Rust? +2.28
Why is it possible to implement Read on an immutable reference to F... 0.00
Implementing the From trait for a ParseIntError 0.00
Copy trait and PhantomData: Should this really move? 0.00
Converting a str to a &[u8] 0.00