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 ... 14 15 16 17 18 ... 59
Title Δ
How do I update a field in a csv::ByteRecord? 0.00
What does #[automatically_derived] mean? 0.00
Is there a way to directly consume a Rayon chain without collecting... 0.00
What's the Rust way of asserting on the return value of a funct... 0.00
No method named `push_str` found for type `&str` after trimming... -0.15
Is there any way to convert Box<Box<Foo + Send>> to Box... -1.41
Why does pattern matching on a union have an unreachable pattern wa... 0.00
How do I conditionally check if an enum is one variant or another? 0.00
How does one generically duplicate a value in Rust? +1.95
How to post an image using multipart/form-data with hyper? 0.00
Can I push a reference to a vector with a longer lifetime if I pop(... 0.00
Cannot run a Rust application in a Docker image: "not yet stab... 0.00
Can you get an iterator over all values of a collection except one... 0.00
Why I can still access a vector's element after taking ownershi... 0.00
Is there a way to show a warning that a Result is redundant as a re... 0.00
What guarantees of enum compactness does the Rust ABI make? 0.00
How can I pattern match a tuple containing a &mut enum and use... 0.00
How do I specify that a workspace member should only be built on sp... 0.00
How do I check if a slice is sorted? +2.14
Creating a sliding window iterator of slices of chars from a String -1.61
How can I define a function with a parameter that can be multiple k... 0.00
Why does _ destroy at the end of statement? +1.44
Why is implementing an external trait using my type as a parameter... 0.00
How can a function conditionally fall back to a trait if another tr... 0.00
How do I access HttpRequest data inside a Future in Actix-web? 0.00
Why is it possible to have multiple mutable references with static... 0.00
How to introduce trait indirection with futures? +0.35
Solutions to performance issues caused by large variant size of enum 0.00
Dealing with problematic parent-child relationships enforced by C FFI 0.00
How can I accept an arbitrary container that is sliceable by `..`? 0.00
Why is mapping a Result from parsing a string using Into::into unab... -0.60
Is there a way to remove entries from a generic first vector that a... -2.00
How to return a const value? +0.40
Deleting a node from singly linked list has the error "cannot... 0.00
Is it possible to run code after all tests have finished? 0.00
How do I assert an enum is a specific variant if I don't care a... -2.14
Why can the Rust compiler not optimize Option::take and an "if... 0.00
What does "borrowed data cannot be stored outside of its closu... 0.00
How do I convert an iterator into a stream on success or an empty s... 0.00
How do I pass a function that creates a struct containing a Cell wi... 0.00
Error [E0433] when `dyn` used with absolute path 0.00
associated type `Context` not found when implementing actix-web'... +0.34
Confused by this parameter and the return type are declared with di... 0.00
How can I perform parallel asynchronous HTTP GET requests with reqw... 0.00
How to assign to the variable used in match expression inside a mat... +2.29
Why does re-borrowing only work on de-referenced pointers? 0.00
Is there some way to implement the Add trait for any type bounded b... 0.00
Why can I directly match an array of Options but not a variable con... +0.40
How can I use Serde's custom (de)serialization to update a subs... 0.00
How do I use UdpSocket to send using a specific network interface? 0.00