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 ... 10 11 12 13 14 ... 59
Title Δ
Unwrap and access T from an Option<Rc<RefCell<T>>> 0.00
How to wrap a borrowed value in a newtype that is also a borrowed v... 0.00
How to impose a type constraint on the associated type of an associ... 0.00
Overflow evaluating the requirement when returning a recursive iter... 0.00
Reached the type-length limit while instantiating std::vec::IntoIte... -0.63
Replacing numbered placeholders with elements of a vector in Rust? -2.30
Is it possible to specify the lifetime of an iteration of a loop ex... 0.00
How to use a macro which is defined by another macro in the same cr... 0.00
How do I define a macro which defines another macro when the inner... 0.00
How do I resolve the error "no module in the root" when u... -2.04
How to include the file path in an IO error in Rust? -1.28
Debug trait not implemented for some enum variants +0.31
Is there a way to inherit one trait in order to use all methods of... 0.00
How do you get the type of an impl block in a Rust procedural macro? 0.00
Cannot return a static reference to a temporary array even when the... +0.35
How to close a modified and executing `futures::sync::mpsc::Receive... -2.23
Why is there no segfault when accessing a variable that has gone ou... 0.00
How can I convert a bytes::Bytes to a &str without making any c... 0.00
How to invoke a multi-argument function without creating a closure? 0.00
Uploading a string to S3 using rusoto 0.00
How to re-execute a Rust main function? 0.00
Why can't I reverse an iterator twice to get the last two numbe... 0.00
How to partially initialize an ArrayVec? -2.52
Make stream combination exhaust once one of its underlying streams... 0.00
Is there any way to shutdown `tokio::runtime::current_thread::Runti... 0.00
Why can I not access a variable declared in a macro unless I pass i... 0.00
How to append to a file-backed mmap using the memmap crate? 0.00
Implementing traits without repeating methods already defined on th... 0.00
"the `and_then` method cannot be invoked on a trait object&quo... 0.00
How do I return an appropriately lifetimed reference to an iterator... -0.12
Why does sending ^D with netcat not trigger an EOF when reading fro... 0.00
How do I create a custom Diesel query using SQL functions with user... -0.65
Can't reference a slice of &str because it doesn't live... 0.00
Is it possible to derive a parser for an arbitrary type that parses... 0.00
How to specify that all implementers of a trait must also implement... +0.34
How do I use a BorrowMut supertrait to access struct fields in a tr... 0.00
How to concatenate immutable vectors in one line? -1.96
What happens when you borrow from a temporary peekable iterator? 0.00
Where are the shared and static libraries of the Rust standard libr... -0.66
Unable to connect to MongoDB when using a URI with credentials 0.00
Function pointer with a reference argument cannot derive Debug 0.00
How do I apply a macro attribute to a function defined in a separat... 0.00
How do I read_until the tokio::net::TcpStream in a future chain? 0.00
How to use a TcpStream in multiple branches of a Tokio future chain? 0.00
How do I relate the generic types defined between higher-order func... -2.02
Importing the channel module from Tokio Core fails 0.00
Writing a chunk stream to a file asynchronously using hyper 0.00
What is the difference between Rust's Drop and C++'s destru... 0.00
Cannot borrow as immutable because it is also borrowed as mutable w... -2.41
What's a clean way to get how long a future takes to resolve? 0.00