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 ... 6 7 8 9 10 ... 59
Title Δ
Is it possible to collect an iterator to populate a collection back... +0.31
Why can't I divide a BigInt with another BigInt and save it to... 0.00
How do I declare a regular (non-closure) function that adheres to a... 0.00
Is there an idiomatic way of avoiding `Box::leak` with this code? 0.00
Why does a generator that was working in nightly Rust 1.29 give an... 0.00
It is possible to store all types implementing a trait in a list an... 0.00
How can I join nested BoxFutures via traits and their associated li... 0.00
How to return a State value from a Rocket endpoint? 0.00
Can't capture dynamic environment in a fn item when implementin... +0.38
How to clone a Box<CustomStruct> when I keep getting "no... 0.00
repr(transparent) does not allow a struct containing an array to be... 0.00
How to convert a future's output? 0.00
How can I use an include macro to load multiple elements from a sin... 0.00
Why do I get "the method exists but the following trait bounds... 0.00
Is there any overhead in Rust-style method calling approach compare... 0.00
How to read from custom file descriptors without using unsafe? 0.00
Do I have to implement a trait twice when implementing it for both... -1.56
What is futures::future::lazy for? 0.00
How do I make a trait bound that requires a fixed size array? 0.00
How to convert a tuple of references to a reference of a tuple? 0.00
How do I reuse code for similar yet distinct types in Rust? +1.58
How can I process data by newlines until I find two newlines in a r... 0.00
Expected type String, found type str when I explicitly made it String 0.00
What is the difference between type casting by setting the type of... -1.28
Where does a variable in a match arm in a loop come from? +0.35
Why do we call the vec macro using square brackets instead of the p... 0.00
How can you access methods of an iterator while using it in a for l... 0.00
Is there a universal Rust pointer type that can store any other kin... 0.00
How do I stream a hyper Request's Body from a slow-processing s... 0.00
How do I specify a Diesel DATABASE_URL when my password contains an... 0.00
What does "expected type `()`" mean on a match expression? 0.00
How to implement a lightweight long-lived thread based on a generat... 0.00
How do I use Multipart::from_request with a tiny_http::Request? 0.00
How can I copy a shared slice to have a boxed slice? 0.00
How does a Rust PathBuf prevent directory traversal attacks? 0.00
Is it possible to define the increment factor for reallocations to... 0.00
Why does the compiler prevent me from using push on a Vec created u... +0.34
Why does the Rust documentation say that a while loop over an array... 0.00
Why do I get "overflow evaluating the requirement" when r... 0.00
How to get at one particular item in JSON file using serde_json wit... +1.06
How can I run a set of functions concurrently on a recurring interv... +0.36
How can I run a set of functions on a recurring interval without ru... 0.00
How do I execute an async/await function without using any external... 0.00
How to deserialize a parking_lot::Mutex with Serde? 0.00
How does one get around a "borrowed content" error when r... 0.00
How can I wait for a Rust `Child` process whose stdout has been pip... 0.00
Why does a node in a linked list using raw pointers become corrupted? 0.00
What is an efficient way to reset all values of a Vec<T> with... -0.57
How to return an error from FuturesUnordered? 0.00
binary_search_by returns a strange index when using a custom struct 0.00