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 Δ
Detect last item of an Iterator +2.22
Linux regmap reg_read 0.00
Is there a way to detect the version of Windows in a build.rs? 0.00
cargo test with no_std fails with error code 176, 160 0.00
Can I use `write!` and `file.write_all` in same fn? +0.27
Is there a way to download compilation artifacts from a travis-ci b... 0.00
How do I mutate and optionally remove elements from a vec without m... -1.30
How to ensure end of immutable borrow after function call in order... +0.08
How to put mathematical equations in source code without making it... 0.00
Why is there one `Atomic*` type for many primitive type instead of... 0.00
Why am I getting an error about a missing unstable trait (std::iter... -0.62
error[E0599]: no method named `gen` found for type `&mut G` in... 0.00
How do I convert a chrono `DateTime<Local>` instance to `Date... +0.49
Why can't a type alias use associated constants from the origin... -0.75
Why Mutex was designed to need an Arc in Rust 0.00
Is it possible to print a backtrace in Rust without panicking? 0.00
Do I have to implement a trait twice when implementing it for both... +2.35
Why rayon-based parallel processing takes more time than serial pro... 0.00
How can I insert all values of one HashSet into another HashSet? 0.00
Why doesn't a move closure take ownership of a variable? 0.00
Borrow a value wrapped in an Option using a method +0.51
How to avoid borrowing a value that was moved into a closure withou... +3.20
Can Rust traits be partially implemented? 0.00
Optionally push item to Vec or return existing item -2.11
Field tv_sec doesn't exist in struct SystemTime 0.00
Iterating the bytes of a File is empty after iterating the lines of... 0.00
BufReader from a raw fd 0.00
rust-lld is missing, how do I install it? 0.00
Is there an equivalent to the `any` method in python 0.00
Rust WebAssembly Custom Elements Memory Deallocation Error +2.73
How to use a module with the `test` attribute within doc tests? 0.00
Why do I get the error "missing field" when deserializing... 0.00
Where is the frexp function for f32 in Rust? +1.31
How to initialize a BTreeMap within a const struct? 0.00
If I want to code in Rust securely, should I code without using poi... +2.19
Generator does not seem to expose `resume()` method 0.00
Multiple iterations of vector with structs "cannot move out of... +0.51
Getting index of item in partition function -2.09
How to avoid a deadlock caused by a thread panic? 0.00
How can I get a list of structs that implement a particular trait i... 0.00
How to implement a trait with 'static lifetime for a struct wit... +0.55
Retrieving backtrace from a panic in hook in Rust? -1.25
Is there a feature to put default names in tuples for better code c... 0.00
How to read a value of an enum which associates with a custom type... -1.83
Required to use module name twice to reference a struct in the module 0.00
Type annotations required when using BTreeSet::range on a set of &a... -0.38
Is aliasing of mutable references correct in unsafe code? -1.46
How do I tell the compiler that my function terminates the program... 0.00
Trying to collect into vector but failing with "a collection c... 0.00
What operator can I use in Rust to return a specific error if the c... +0.46