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 ... 20 21 22 23 24 ... 59
Title Δ
How do you read data from a socket into an offset of an existing bu... 0.00
How do I perform iterator computations over iterators of Results wi... +0.76
The `fold` method cannot be invoked on a trait object 0.00
How to open a connection with flags using the rusqlite crate? 0.00
How can I use a function as a closure when the function needs to ta... 0.00
Riemann sums are converging more quickly than higher-order polynomi... -0.26
What is the difference between From::from and as in Rust? 0.00
Accept types compatible with Path to produce a PathBuf? 0.00
Strip trailing filename of a Url path +0.39
How to get mutable struct from boxed trait 0.00
Why does Future::select choose the future with a longer sleep perio... 0.00
How do I specify the lifetime of an AsRef? 0.00
Get value mapped to range of numbers using an integer to find the k... -1.18
Options for adding a minor feature to a crate that necessitates a n... 0.00
How to use struct self in member method closure +1.07
Creating Diesel.rs queries with a dynamic number of .and()'s 0.00
Turn off default-features in dependency of dependency +0.37
Remove only the trailing elements of a Vec that match a condition +0.09
How to reuse ranges for getting parts of arrays? 0.00
Complete future if certain condition happens 0.00
Is it possible to have different loggers in different contexts? 0.00
Type must be known in this context when using Iterator::sum 0.00
Deserializing TOML into vector of enum with values 0.00
How do you include all crates in a workspace inside the test direct... 0.00
Why do I get incorrect values when implementing HMAC-SHA256? 0.00
How to return a future combinator with `&self` 0.00
Is there a way for Rust macros to act as text substitutions like in... +0.37
Iterating through a recursive structure using mutable references an... 0.00
No method named `subtractPointFromPoint` found for type `()` in the... 0.00
Expressing lifetimes of a variable pair within multiple closures 0.00
How to execute cargo test using the nightly channel? -2.29
Run additional tests by using a feature flag to "cargo test&qu... 0.00
No method named `post` found for type `hyper::Client` in Hyper 0.11 0.00
What is the Rust equivalent of Rx's `startWith`? 0.00
How do I create a nested structure? 0.00
How do I make sure that file handle for every `Child` process is re... 0.00
How to add Stack Canaries to Rust executables? +1.83
Proper way to hash a reader in Rust? 0.00
Is there a Rust equivalent to win32crypt.CryptUnprotectData() in Rust 0.00
Different separators for the same variable in Rust Macros 0.00
No method named `generate_keypair` found for type `secp256k1::Secp2... 0.00
Cannot call CryptDecrypt from the WinApi crate because it could not... 0.00
How do I choose a random value from an enum? 0.00
Generic function using Diesel causes overflow 0.00
Why can I pass a reference to a non-static local variable to a func... 0.00
How do I implement move semantics on a struct with a mutable field? 0.00
How to match on an Option inside an Arc? +1.40
Why does changing from a TcpStream to a trait cause "cannot bo... 0.00
How can I promote a thread to child process in Rust? 0.00
Preventing a Fn from being invoked again while it's already run... -0.31