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 ... 59
Title Δ
Usage of future.boxed() fails with lifetime error when having neste... 0.00
Why does my native application compiled on Apple Silicon sometimes... 0.00
Is there a simple way remove duplicate elements from an array? -0.63
How do I pin project an element of a vector? 0.00
Should I use Pin when making C++ call a Rust method through a point... 0.00
Why do I get the error "there is no reactor running, must be c... 0.00
What is an idiomatic way to create a zero-sized struct that can'... 0.00
In which situations would Stdin::lock be useful? 0.00
Does the Rust stable standard library use unstable features? 0.00
What is the difference between the dead_code and unused lints? 0.00
What is an idiomatic way of looping with a match when I only care a... +1.67
How can I construct a struct with multiple str variables with diffe... 0.00
Why do I get an empty vector when splitting a file by lines and the... +0.33
How do I have a hidden console when using windows_subsystem? 0.00
use of deprecated item 'std::ascii::AsciiExt': use inherent... -0.25
Can't get async closure to work with Warp::Filter -0.18
How do I convert a SystemTime to ISO 8601 in Rust? -2.78
How can I automatically apply the From trait to convert to a generi... 0.00
Why does my parallel merge algorithm produce the correct values in... 0.00
How to automatically expose all .rs files in a directory in a module? 0.00
How to destructure an enum's fields and as a whole value at the... 0.00
Is there a way of removing quotation marks when using the quote cra... 0.00
How do I remove the elements of vector that occur in another vector... 0.00
How do I convert a C function that counts the number of ones in a 9... 0.00
Why are Rust stack frames so big? +1.83
Cannot find tokio::main macro? 0.00
How do I convert a Stream into a Future? 0.00
How do I pass arguments by reference when calling Rust from C++? 0.00
How to get a rc::Ref<T> reference to a node pointed by a rc::... 0.00
Random string generator with minimal allocations -2.34
Why do the bytes of a PNG image downloaded with reqwest differ from... 0.00
How to model the strategy pattern in Rust? 0.00
The trait Extend is not implemented for Vec when partitioning an it... 0.00
Why does one Warp "hello world" example work when another... 0.00
Can I hold a pointer (unsafely) to an element of Vec while the Vec... 0.00
How do I map a vector of streams to peekables? 0.00
How do I log to a file when an error occurs while using the questio... 0.00
How can I set a breakpoint in an async function? 0.00
How to specify a floating point number literal using hexadecimal no... 0.00
Does PathBuf::from(&some_other_pathbuf) clone the data of some_... 0.00
Cannot access mutable reference in a vector by indexing +2.36
How to execute multiple async functions at once and get the results? 0.00
How do I implement an `apply_n_times` function? 0.00
What are the different ways to return a value from a function in Ru... 0.00
Where is a struct that doesn't implement Copy allocated and how... 0.00
How do I use panic::catch_unwind with asynchronous code? 0.00
How do I work around the "upstream crates may add a new impl o... +0.31
Why can a non-capturing closure be used after transferring ownership? 0.00
Why does a procedural macro not see environment variables set by do... 0.00
How to access the peer IP address in tokio-tungstenite 0.10? 0.00