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 ... 12 13 14 15 16 ... 59
Title Δ
Why does replacing a substring with a colored string from the color... 0.00
How to avoid usize going negative? -0.68
How do I extract messages from an unbounded queue every N seconds a... 0.00
How do I use Itertools to create all combinations of a range of Chr... 0.00
How to print the contents of a syn::Expr with println? 0.00
Why do we re-declare mutability when taking a reference to a mutabl... +0.72
Why does passing a closure to function which accepts a function poi... -1.26
Is there a way to directly run the program built by Cargo in gdb or... 0.00
What are the differences between using * and & to compare value... 0.00
Why do I get "no method named push found for type Option"... 0.00
Is there a difference between borrowing an argument as mutable and... 0.00
Using powi when iterating over the elements of a Vec 0.00
Can I alias fully qualified syntax? -2.54
Can't compare `&Thing` with `Thing` +1.74
C to Rust and back "pointer being freed was not allocated"... 0.00
Why does calling BufReader::fill_buf after calling consume return f... 0.00
How do I access a struct field which has the same name as a public... -1.57
How to create UnsafeCell<c_void> safely? +0.33
How do I create a proc_macro_attribute? +1.96
Is it possible to return a Rust closure that returns a closure with... 0.00
How to ensure at compile time that a type will serialize into a JSO... 0.00
Is there a way to use a boolean as an underlying type for an enum? 0.00
Writing a pyo3 function equivalent to a Python function that return... -0.30
How do I synchronously return a value calculated in an asynchronous... 0.00
Why do changes to a const variable not persist between usages? +0.35
What is the standard way to get a Rust thread out of blocking opera... 0.00
How to move data into multiple Rust closures? -0.61
Conditionally converting the standard output of a Command to a stri... 0.00
How to generate a random Rust integer in a range without introducin... +1.51
How do I unwrap an arbitrary number of nested Option types? +0.36
Why is std::borrow::Cow apparently required when mapping over strin... +0.33
How can I import a single function from a module in Rust? 0.00
What do `use raw` and `raw: raw::git_buf` from the git2-rs wrapper... 0.00
Vector is empty after cloning struct with uninitialized member +1.76
std::process::Command cannot run hdiutil on macOS (mount failed - N... 0.00
How do I return an iterator over a 2D array with the enumeration in... 0.00
How can I implement the From trait for all types implementing a tra... 0.00
How can I pass flags to rustc from a build script if they contain a... 0.00
What is the equivalent of Go's select case paradigm for channel... -1.22
Is Option<i32> unwind safe? 0.00
Can I avoid eager ambiguity resolution for trait implementations wi... +1.64
Under the hood, are vectors in Rust returned by reference or value? 0.00
Why do I need `use` statements in a submodule but not in main.rs? 0.00
cannot find function `get_platform` in sdl2 0.31.0 0.00
rss crate is installed, but cannot find the function Channel::from_... 0.00
What is the advantage of publishing a concrete type in a crate'... 0.00
What does `single_use_lifetimes` mean on a struct with derive in a... 0.00
Why does the definition of Cow use "as" in Owned(<B as... 0.00
Is there any way to return from a function from inside a closure? 0.00
Errors in overwriting slice reference with sub-slice reference 0.00