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 2 3 4 5 6 7 ... 59
Title Δ
How to iterate over all unique permutations of a sequence in Rust? +1.18
How to iterate over all unique permutations of a sequence in Rust? -0.82
Why does the Tokio Hello World panic with "No connection could... 0.00
What is the difference between how references and Box<T> are... +1.44
How to use a CLI argument after subcommand with the structopt crate? -0.65
What is the rationale behind allowing variable shadowing in Rust? 0.00
How do we redirect to an external URL in warp? 0.00
How to skip N bytes with Read without allocation? 0.00
How do you re-export a generic function with concrete types? 0.00
How do I parse a TOML file with a table at the top level into a Rus... 0.00
Is there a way to consume a HashMap and get a vector of values in R... 0.00
How to set a member of a bitfield created with the bitfield crate? 0.00
How do I implement an async Drop in Rust? 0.00
How to tell what "features" are available per crate? 0.00
How can I read a timestamp with timezone (timestamptz) value from P... +0.35
How can I create a stream where the items are based on items that t... -1.75
Constraining generic parameter of Rust struct to be Deserialize 0.00
How to return from multiple layers in the call stack? 0.00
Why doesn't a structure definition copied from winapi into my c... 0.00
How do I represent C's "unsigned negative" values in... +2.17
What happens to an async task when it is aborted? 0.00
In Rust, what's the idiomatic way to split a &str into an i... -0.50
Can you return a Result that works with any possible error type? 0.00
How do I solve the error "thread 'main' panicked at &#... 0.00
Where is my logic error in this recursive longest palindrome finder? -0.16
Is it possible to use Iterator::filter_map to add conditional filte... 0.00
Is it safe to have a dangling pointer? 0.00
How do I use a &HashSet<&T> as an IntoIterator<Ite... +0.37
How do I use serde to deserialize into a specific enum variant? 0.00
RwLock in a thread::spawn doesn't release the lock +0.34
How can I turn a GenericArray<T, ?> into an array of the same... +1.50
Why does calling Box::new twice without storing the result allocate... 0.00
Cannot use the entry API to mutate a HashMap using a reference as t... 0.00
What are the semantics of the expression x.await? 0.00
Is there a way to store a random number generator as a trait object? 0.00
When is tail recursion guaranteed in Rust? +1.68
Why are mutable values from an iterator created with cycle() not up... -1.23
What is a memory-efficient type for a map with no meaningful value... 0.00
How do I create an iterator over an array which takes values from i... -0.26
How to do simple math with a list of numbers from a file and print... -2.56
How to allocate structs on the heap without taking up space on the... -1.39
How do I append a value at the beginning of an array? 0.00
Why does an `impl Trait` return value implement Send while `Box<... 0.00
How do I store a variable of type `impl Trait` in a struct? +0.32
Why does calling SystemParametersInfo from Rust to set the wallpape... -0.65
Calling a function that returns an array of string literals errors... 0.00
Why do I need async / await if I already have non-blocking IO like... 0.00
How can I use the question mark operator while iterating over refer... +1.37
Why does this HashMap key have to be dereferenced twice? 0.00
How do I create a function-like procedural macro? +2.27