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 ... 59
Title Δ
How to determine the printing width of a type that can be formatted? +1.70
How to pass a variable as a string literal in Rust? 0.00
Is it possible to check if a future is ready, without consuming its... 0.00
To what extent is Rust shadowing zero-cost? 0.00
How does the 'static lifetime influence long term memory? 0.00
How do you see an error's backtrace when using SNAFU? 0.00
How do I solve "cannot return value referencing local data&quo... 0.00
Do I have to create distinct structs for both owned (easy-to-use) a... 0.00
How do I convert a HashSet of Strings into a Vector? 0.00
How to create a value with reference-counted references to itself w... 0.00
How do I port code calling QueryPerformanceFrequency to Rust? 0.00
Borrowed value does not live long enough when adding rustls::Stream... 0.00
How do I create a non-recursive calculation of factorial using iter... 0.00
How can I coerce arrays to slices inside a match arm? 0.00
How do I use Serde to deserialize structs with references from a re... +1.34
Why do I get "the trait bound Future is not satisfied" wh... +0.34
How to accept an async function as an argument? +1.34
Why does std::panic::Location::caller not return an Option? 0.00
Is there a way to conditionally compile based on the existence of a... 0.00
Why use Self instead of the type's name in a concrete implement... 0.00
How to indicate that the lifetime of an async function's return... 0.00
How to implement the Ord trait without getting the error "use... 0.00
Why does Serde not support Rc and Arc types by default? 0.00
How to reinterpret an array of f64 as a tuple of f64 elements? 0.00
Is there a way to do validation as part of a filter in Warp? 0.00
Is there a recommended way to use `if let` with a floating-point va... +2.23
Why does usize::max_value() return the maximum value of an unsigned... 0.00
What is the native, idiomatic, and safe way to store an i32 in a fi... -0.76
How do you call future::select on a Future stored in a struct from... 0.00
Is there a way to have a struct contain a reference that might no l... 0.00
Can I implement a trait while capturing the environment? +0.34
How to tell the Rust compiler that type annotations are not actuall... -0.55
Is it possible to unpack a tuple into method arguments? 0.00
Can I match on all enum variants that have the same shape of their... 0.00
Is there a way to import a module in Rust knowing its directory but... 0.00
How can I split a vector into a vector of slices based on a separat... 0.00
Why do Powershell and the WinAPI recognize huge numbers as negative... 0.00
How to write an asynchronous recursive walkdir function with an asy... 0.00
Initializing a Rust variable passed to async code such as tokio and... +0.04
How do I allocate a Vec<u8> that is aligned to the size of th... +0.32
How do I write combinators for my own parsers in Rust? 0.00
How to use external crates in a Cargo build script? 0.00
How can I have multiple iterators to the same data pertaining to a... 0.00
Why do I get "no method named `read` found" when using As... 0.00
How do I bubble up an error from the closure passed to regex::Regex... 0.00
How do I serialize and deserialize a remote crate's enum as a n... 0.00
How to provide extra type information to generic vector processor 0.00
How to convert a Future into a Stream? +1.45
How to replace the content of a String variable after it has been c... 0.00
Can I safely cast Box<dyn Any + Send> to Box<dyn Any>? 0.00