StackRating

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

Shepmaster

Rating
1621.85 (1,050th)
Reputation
178,829 (280th)
Page: 1 ... 33 34 35 36 37 ... 59
Title Δ
How to poll Future state without waiting? -0.61
Is there a way to avoid cloning when converting a PathBuf to a Stri... 0.00
How can I implement a len() function for linked list? +2.28
What's the difference between immutable and mutable references... 0.00
Is there a way to create an alias of an enum value? -1.87
Produce Option<Vec<String>> out of an Option<Vec<... +2.22
How to convert a char to a libc::c_char? 0.00
How do I update a variable in a loop to a reference to a value crea... +1.99
Error Reading & Calculating Quotient -1.86
How does borrowing Box<Trait> contents work? 0.00
How to convert a Option<Result<T, Error>> to an Option&... -0.75
Rust Trait object conversion -1.38
Is there a way to release a binding before it goes out of scope? 0.00
What happens when you `spawn` a loop? 0.00
Why doesn't my generic From implementation accept Box<Fn()&g... 0.00
How to use rayon's .par_iter() with a vector of generics? 0.00
What's the idiomatic Rust way to wrap a non-error function with... 0.00
How can I use fold with a Result return value? +1.96
What's an efficient way to transform a two dimensional array of... 0.00
Sharing dynamic state between #[test]s 0.00
Why is my Rust executable mapped to such high addresses (near the s... 0.00
Splitting an integer into individual digits 0.00
Split string only once in Rust 0.00
Why is the `Idx` type parameter of the `Index` trait allowed to be... 0.00
Most idiomatic way to create a default struct 0.00
Center Rust string in a number of characters 0.00
How can I create a struct with a HashMap where the keys the same ty... -2.53
Is it possible to calculate a C-style `enum` value using a macro? 0.00
How to decode a single UTF-8 character and step onto the next using... +1.87
Is it possible to decode bytes to UTF-8, converting errors to escap... +1.67
Mutating a variable in the body of a closure -0.60
Is there a convenient way to represent x86 instructions in a struct... 0.00
Issues constraining implementation lifetimes on type without lifeti... 0.00
Comparison of two floats in Rust to arbitrary level of precision 0.00
How to setup routes in Rouille by iterating a vector of routes 0.00
How to avoid writing duplicate accessor functions for mutable and i... +0.88
Match expects &Result when I want to use Result 0.00
Borrow checker and function arguments in Rust, correct or over zeal... 0.00
How does one create a HashMap with a default value in Rust? +1.49
How to solve librustdoc.so missing when using rustbook tool? +0.39
Do all primitive types implement the Copy trait? 0.00
Do all generic types implement the Copy trait? 0.00
Specifying lifetimes in function pointer types in a struct 0.00
How to use lifetimes in py_class! in rust-cpython? 0.00
How can I specify the type of a closure argument? 0.00
In Rust, how can I capture process output with colors? -0.11
How to match struct fields in Rust? -0.45
How do I perform an operation only when two variables are not None... +0.39
Return value if passes predicate, else default +1.60
Variable parameterised over a trait not a struct? -0.40