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 ... 24 25 26 27 28 ... 59
Title Δ
Is there a way to modify how I'm using variables in a loop so t... -1.75
How to get the byte representation of an IP address from a SockAddr... -1.79
Why does this result of a binary operator need an appropriate lifet... 0.00
Is there a more idiomatic way to use traits like `io::Read` with li... 0.00
How can I require that a reference to a generic type can be compare... 0.00
Transforming a list of structs with parent IDs into a list of trees 0.00
How do I create FFI bindings to C functions expecting OR-ed bytes? +0.12
How can I read from a tokio TCP connection without using the tokio_... 0.00
Why is assigning to a member of a pointer still valid after the poi... 0.00
How do I populate a struct instance with match results when using e... 0.00
Difference between <T: Trait> and where T: Trait 0.00
Does rustc / cargo have a -march=native equivalent? 0.00
What are the possible operators for traits in a where clause in Rust? 0.00
How do I add #![feature(***)] to another crate's attributes wit... -1.01
Can I tell the Rust compiler to ignore warnings only on files match... 0.00
How to transform fields before deserialization using serde? 0.00
Adding a new key to each element of vector in Rust 0.00
Is there a way to customize Debug output without implementing the D... 0.00
How to get only the directory portion of the current executable'... 0.00
Why does a newline character count as two keys in a BTreeMap? +0.36
Convert a vector of strings to a deply-nested JSON object -0.64
Where does rustup install itself to? 0.00
How can I write a generic function that uses the type of an enum me... -2.44
If I implement From<A> for B, will From<Vec<A>> f... 0.00
Parsing an url in Iron and getting a dynamic part 0.00
Is it expected that a too large bitshift is undefined behavior in R... 0.00
How to mutably borrow reference from &&mut Foo? 0.00
Is there a way to catch unknown struct fields? 0.00
How do you create a generic function in Rust with a trait requiring... -0.14
Is there a way to drain parts of a vector based on a predicate? 0.00
Where can I find .cargo/config? 0.00
The trait bound `(): futures::Future` is not satisfied when using T... 0.00
Cannot call rusqlite's query because it expects the type &[... 0.00
How can I define a trait with arguments and return types like Fn? 0.00
Why does a function that accepts a Box<MyType> complain of a... -0.13
Provide default trait implementation based on trait type parameter 0.00
Different target names using Rust Cargo for build 0.00
How do I replicate a C++ cast of Windows SOCKADDR_BTH to a SOCKADDR... 0.00
Does partial application in Rust have overhead? +1.55
Implementing 2D vector syntax for accessing a 1D vector? -2.72
How do I implement std::ops::Index to mutate the value being indexed? 0.00
Why do my Futures not max out the CPU? 0.00
Split a futures connection into a sink and a stream and use them in... 0.00
Implement a pairwise iterator 0.00
Cannot infer an appropriate lifetime when returning a slice from an... 0.00
Sort a vector with a comparator which changes its behavior dynamica... 0.00
How can I use the Chrono library to get seconds? -0.65
How to write math formulas for Rust documentation? +1.33
"Expected type parameter, found reference to type parameter&qu... 0.00
How to use Rust regex on bytes (Vec<u8> or &[u8])? 0.00