StackRating

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

hellow

Rating
1505.38 (133,507th)
Reputation
5,342 (30,904th)
Page: 1 2 3 4
Title Δ
How to get the size of an already-opened File in Rust? -1.20
What's the type of an async fn? +0.52
Expose a HashMap in a generic way that disregards the HashMap value 0.00
Cyclic package dependency while implementing proc macro 0.00
How to create trait object from boxed trait? 0.00
How can I define a function that returns true if every value in an... 0.00
The example from the "chaining computations" section of t... 0.00
How to write files larger than 2 GB? 0.00
Is there any disadvantage to referencing modules through `core` ins... 0.00
How divide the mutable array into mutable subarrays 0.00
Contradictory "missing lifetime specifier" error on owned... 0.00
How to close a serial port in Rust using serialport crate? 0.00
How do I use match to modify a mutable variable in a way that is gu... 0.00
How to restrict the construction of struct? 0.00
rust compile x86 library on x86_64 machine 0.00
How to concatenate immutable vectors in one line? +2.63
Passing a string slice, returning a string slice. But who owns it? 0.00
Why does joining paths completely replace the original path in Rust? 0.00
Is there a way to split up a variable inside an Option without havi... -0.89
Deserialization of JSON reponse keeps quotation marks in Strings 0.00
Is it possible to declare 2 static mutable variables depending on e... 0.00
How do I remove a Weak<T> value from a BinaryHeap if it fails... 0.00
Vec::dedup does not work — how do I filter duplicates from vec... -0.89
How can I convert the lower/upper 8 bits of a u16 to a u8 in Rust? +3.13
Why cant a static hashmap for a memoizing function be borrowed as m... 0.00
Why does creating a Reqwest Client panic at Option::unwrap()? 0.00
Weird callback call syntax (need explanation) 0.00
Shallow Copy and Move in rust 0.00
Replace the content of an RwLockWriteGuard 0.00
Does Rust 2018 support "if let" chaining? +2.37
Why does my Hailstone Sequence function using recursion only output... 0.00
Converting between extprim::u128::u128 and primitive u128 in Rust? 0.00
Rust pkg mgr Cargo -how can I set a default VCS so each "cargo... 0.00
Using C++ STL without copying data 0.00
How can I create a trait method that has a trait as a return argume... -1.40
How do I use the byteorder crate to read a usize? -0.35
c++ timer to call a function/method later? 0.00
Is gettimeofday async signal safe ? and can it cause deadlock if us... +2.76
Finding unused functions in C++ codes for Testing coverage 0.00
Wrong trait choosen based on type parameter -1.75
What is the idiomatic way of converting a Vec of references to a Ve... 0.00
Why can the Rust compiler break borrowing rules when using Rust 1.31? -0.31
Share Arc between closures -1.10
How to make a struct accept type `impl std::ops::Fn<()>` as i... 0.00
Incorrect Hmac SHA256 Base64 encoded result in Rust compared to JS... 0.00
How to chain tokio read functions? 0.00
Random walk using petgraph 0.00
How can I mutate other elements of a HashMap when using the entry p... -1.04
Hiding internal type +0.88
What is the difference between a const variable and a static variab... +6.50