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 ... 4 5 6 7 8 ... 59
Title Δ
Can include_bytes!() be used on a custom structure? 0.00
How do I build for Mac Catalyst / x86_64-apple-ios-macabi? +1.34
Is it possible to restrict Self to unit structs in trait? 0.00
cannot borrow `xxx` as mutable more than once at a time when using... -2.59
and_then method not found in futures 0.3 0.00
How do I recursively delete a directory using tokio 0.1 and async f... 0.00
How to get values in a struct-of-arrays (SOA) through a generic type? 0.00
How do I perform brute force function verification inside a functio... 0.00
How do I import multiple versions of the same crate? 0.00
Is it possible to pass a tuple struct constructor to a function to... 0.00
How do I iterate all attributes of the nodes I extracted with sxd_x... 0.00
How many elements can a Rust array have? 0.00
How to import a module from a directory outside of the `src` direct... 0.00
How to match a trait in a Rust macro? 0.00
Is there any way to create a async stream generator that yields the... 0.00
How to implement an iterator over chunks of an array in a struct? -0.62
Is it okay to use a single shared directory as Cargo's target d... 0.00
How to use an arbitrary type as a function argument? 0.00
Is there a way that we can convert from futures 0.1 to the standard... 0.00
Unresolved import when importing from a local crate with a main.rs... 0.00
How to perform a `flat_map` (or similar operation) on an iterator N... 0.00
Deserialize a Vec<Foobar<T>> as Vec<T> directly w... 0.00
Feature 'xxx' depends on 'yyy' which is not an opti... 0.00
How to store TcpStream with BufReader and BufWriter in a data struc... 0.00
Can std::io::BufReader on a TcpStream lead to data loss? 0.00
How to infer an appropriate lifetime for an implementation using li... 0.00
Why is my Future implementation blocked after it is polled once and... 0.00
Cannot use `impl Future` to store async function in a vector 0.00
How to publish an optimized binary using cargo publish? 0.00
How to create a trait that specifies the associated type of a super... 0.00
Cannot borrow `*self` as mutable more than once at a time when retu... 0.00
Was Rust's ref keyword avoidable? 0.00
Why can I not use a slice pattern to filter a Window iterator? 0.00
How to return a Rust closure that borrows state to use later? +1.66
Why is `ref` used instead of an asterisk in pattern matching? +0.34
How can I store an async function in a struct and call it from a st... 0.00
Is there a way to continue within a futures for_each stream? -2.16
How to call Rust code outside of the libraries directory when compi... 0.00
How does Rust store types at runtime? 0.00
How does one get an iterator to the max value element in Rust? +1.45
Macro to build enum with different "kinds" of elements +1.47
Is there some way to build Rust documentation that includes the tes... 0.00
How to handle potentially missing fields using serde_json and the V... -2.35
How does the Rust compiler tokenize '>' vs '>>... +1.65
Is it possible to apply a patch to external code in Cargo.toml? 0.00
What is the point of an explicit lifetime for a method that doesn&#... +1.77
What design pattern does the SNAFU library use to extend external t... 0.00
How to add a shutdown hook to a Rust program? 0.00
How do I perform a replacement using a formatted string from a rege... 0.00
How can a Rust module have the same name as a const in the same nam... 0.00