StackRating

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

edwardw

Rating
1515.49 (43,526th)
Reputation
2,323 (72,530th)
Page: 1 2 3 4
Title Δ
Why does the same const struct as match guard compile but not as ma... 0.00
fold algorithm that yields each partial result 0.00
In order to downcast a trait object why does it have to be static? 0.00
How do you create a Rust Quick XML reader from either a file or URL? 0.00
Difficulties deserializing XML using Rust and Serde where document... 0.00
What does a statement with a single variable name and a semicolon m... 0.00
Is it safe to implement `std::marker::Unpin`? 0.00
Is it possible to create a Stream from a File rather than loading t... 0.00
Cycle a Rust iterator a given number of times +2.09
How to ignore partial items of a sequence 0.00
Reading bytes from a file and parsing them with `pom` parser library +0.61
How do I return an iterator over the keys of a HashSet from a trait... 0.00
Cloning a hashmap using a reference to another hashmap -1.38
How to process every value in a HashMap and optionally reject some? -0.31
How do I interleave two Rust vectors by chunks of threes into a new... -0.16
Modified Rust Book Guessing Game Query 0.00
What is the best way to convert an AsyncRead to a TryStream of bytes? 0.00
Iterate over combinations of elements of a vector and manipulate el... 0.00
How can I pass an &mut ndarray::Array to a function and perform... +4.70
Why does `tokio::main` report the error "cycle detected when p... +4.33
How do I interlace two Rust vectors into a new vector? 0.00
How to use Serde to parse a field that might fail to be deserialize... 0.00
How to process a vector as an asynchronous stream? 0.00
How to implement a Rust function that returns a Python object using... 0.00
Using Rayon into_par_iter().sum() with custom struct 0.00
How to use higher-rank trait bounds to make a returned impl Fn more... 0.00
What is the difference between `|_| async move {}` and `async move... 0.00
Why Rust mutable borrow occurs here? 0.00
Is it possible to write Quake's fast InvSqrt() function in Rust? +0.71
Is there a way for await to return Result<T, E> and not T? 0.00
Avoiding variant name and type repetition in `enum` +0.29
Why isn't `std::mem::drop` exactly the same as the closure |_|(... -1.08
How to find a value in a vector and return its index, in a function... 0.00
How do I get the index from the beginning in a reversed iterator of... 0.00
could not find `blocking` in `reqwest` 0.00
Parsing single-quoted string with escaped quotes with Nom 5 0.00
Confused by Rust closure lifetime 0.00
Simplest way to match multiple fields of a struct against `None` 0.00
How to perform "git pull" with the Rust git2 crate? 0.00
How to serialize or deserialize a generic struct with messagepack? 0.00
Parse string with escaped single quotes 0.00
How do you enable a Rust "crate feature"? 0.00
No implementation for `{integer} % &std::ops::Range<{integer... 0.00
How can I implement a fetch-cached-or-load operation in Rust? 0.00
rust non blocking openssl stream 0.00
How do I pass App data to service route handler function in actix-w... 0.00
Is there a Rust crate or Cargo upgrade that can format imports? 0.00
PEG parser in pest to match regex within triple quotes, tried at ht... 0.00
How can I match and modify an element in a Vec<Option<HashSet... +2.04
no Task is currently running 0.00