StackRating

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

oli_obk

Rating
1550.59 (7,762nd)
Reputation
16,710 (8,325th)
Page: 1 2 3 4 5
Title Δ
Rust: how to return an iterator from a function and use it? 0.00
Meaning of the ampersand '&' and star '*' symbo... +0.44
Move semantics in Rust 0.00
What is the correct way in Rust to create a timeout for a thread or... 0.00
Macro matching a single expr after [expr*], path[tt*] and ident[tt*... 0.00
Can I take a byte array and deserialize it into a struct? 0.00
Access to self from the parameters of a macro that creates a struct -0.06
How to give reference to owned boxed struct to other owned struct 0.00
Correctly storing a Rust Rc<T> in C-managed memory +2.25
What's the easiest way to read several ints from stdin if it... -0.77
How do I cast generic T to f32 if I know that it's possible? -1.52
"error: closure may outlive the current function" but it... 0.00
Passing Vec<String> as IntoIterator<&'a str> 0.00
How can I work around a RefCell issue? +2.25
Capturing the same variable in one of multiple closures +1.14
Convert "*mut *mut f32" into "&[&[f32]]" -1.19
How to concatenate static strings in Rust +0.45
Restrict lifetime parameter to scope of parameters of a function 0.00
Non-destructively iterating over a Rust collection, but not by refe... +2.02
How do I write to a memory-mapped address in Rust? -2.35
How can I copy String or str 0.00
Testing a custom crate 0.00
What's the difference between ref and & in this situation? -0.93
Is there a better way of getting mutable references to disjoint str... +0.18
Passing on lifetimes of underlying reference fields? 0.00
Initialize boxed slice without clone or copy 0.00
Do I need multiple impl blocks to implement multiple methods that s... 0.00
How do I enforce parent-child struct lifetime? 0.00
Is there a way to convince Rust that a particular associated type i... 0.00
How to get a tuple out of a ConstVal? 0.00
Is there any built in way to "combine" two Options? -1.45
How to programmatically compile Rust programs? 0.00
Lifetime parameters in associated type 0.00
What's the preferred way to create a String from a literal? 0.00
Serialize vector of boxed traits to JSON +2.02
Cannot move out of captured outer variable in an `Fn` closure 0.00
How to extract two integers from a string? -0.59
When and how to use a vector of references 0.00
To temporarily hold the borrowed object +0.45
How to clone a function pointer -0.55
Strange error about expecting a type 0.00
"Connection reset by peer" when benchmarking a simple Rus... -2.00
Conditionally decoding JSON based on a field in the JSON 0.00
Implementing traits for fn type 0.00
Convert Vec<String> to Vec<&str> +0.44
Return value from match to Err(e) 0.00
How to clear the command line? 0.00
How to implement AtomicU32, an atomic 32-bit integer type? -2.05
Lifetime issue when implementing Iterator 0.00
Instantiating a struct parameterized by a trait +1.96