StackRating

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

Ömer Erden

Rating
1518.89 (34,246th)
Reputation
1,980 (84,631st)
Page: 1 2 3
Title Δ
Different versions of the same function with conditional compilatio... 0.00
how do i say that a feature is only available on a given platform 0.00
Performance penalty of using clone_from_slice() instead of copy_fro... 0.00
How to convert hyper's Body stream into a Result<Vec<Stri... 0.00
Error on Future generator closure: Captured variable cannot escape... 0.00
Using multiple flags with cargo 0.00
How to compile some dependencies with release 0.00
Why Am I Getting "Cannot Derive Macro In This Scope"? 0.00
How to return the captured variable from `FnMut` closure, which is... 0.00
The code reference in `crates.io` does not match with the actual cr... 0.00
Rust & Amethyst - Error [E0433]: failed to resolve: could not f... 0.00
How can one await a result of a boxed future? +4.01
How to design a mutable collection of Mutex? 0.00
Is the lifetime of `&mut []` treated specially during lifetime... -4.31
Rust OR between two options 0.00
New Tokio + dependency with older hyper 0.00
Unwrap Result inside Optional -4.13
Allow `i` to be `u64` in a `for` loop over `Range` 0.00
Is it possible to replace a for loop that pushes a member variable... +4.36
Comparing every element in a vector with the next one 0.00
What is the concrete type of a future returned from `async fn`? 0.00
How can I put an async function into a map in Rust? 0.00
Generically multiply values of different type in Rust 0.00
How to write a simple Rust asynchronous proxy using futures "0... 0.00
How do I solve "the trait bound `[closure]: tokio::prelude::Fu... 0.00
Most idiomatic way to double every character in a string in Rust +6.11
How can I have a struct which is only used for its internal constant? +3.95
"blocking annotated I/O must be called from the context of the... 0.00
MSVC toolchain is not supported. Please use GNU toolchain 0.00
Cancellable timers in Rust 0.00
How to copy file with tokio::fs 0.00
Use dynamically typed object implementing `tokio::io::AsyncWrite` 0.00
Rust - Lifetime of struct member depends on another struct member 0.00
Why does reading from a Rusoto S3 stream inside an Actix Web handle... 0.00
How do I replicate Haskell's `scanl (+) 0 xs` in Rust? +3.96
Multicast UDP packets using Tokio futures 0.00
How can I stop reading from a tokio::io::lines stream? +3.99
Restrict a generic Type to primative number types -3.28
Why compiler needs 'static lifetime for cloned and then moved v... 0.00
How can I run a set of functions concurrently on a recurring interv... -2.87
Borrow a value wrapped in an Option using a method -2.76
Idiomatic way to count occurrences in a collection of Options 0.00
Specify lifetime for enum as return type 0.00
Clone and Cast Rc pointer -3.87
Borrowed value does not live long enough with a Tokio future 0.00
Cannot build equivalent closure for a function when the closure con... 0.00
Type annotations required when using BTreeSet::range on a set of &a... +3.88
How to run a specific unit test in Rust? 0.00
How to parse field to string with Serde? 0.00
Forward request body to response in Actix-Web 0.00