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 ... 28 29 30 31 32 ... 59
Title Δ
Trying to run my Rust program on macOS has the error "use: com... 0.00
How to filter a vector of custom structs in Rust? 0.00
How does Rust know which trait methods are required or provided? +0.35
Cannot split a string into string slices with explicit lifetimes be... +0.37
IRC server doesn't respond to Rust IRC Client identify requests 0.00
Is it possible to create an Arc<[T]> from a Vec<T>? +1.25
Why can't I have a constructor deduce one type parameter while... +2.14
Is there any different semantics between "(1..4)" and &qu... +0.32
Why is a reference to a trait implementing the Fn traits not callab... -0.16
Iterator Find, Temporary Value Dropped While Still Borrowed -1.88
What is the proper way to encode SIMD types and functions that use... -1.95
Importing a crate into a const block -0.63
Rust can't link bindings to C library 0.00
Return last n elements of vector in Rust without mutating the vector +0.39
How to unzip a sequence of Result<(A, B), E> to a (Vec<A&g... 0.00
What is idiomatic way to have shared utility functions for integrat... +0.33
Failed to transform iter().fold(....) into Rayon's par_iter().f... -0.64
Why should I use Cargo if "cargo build" is slower than ru... 0.00
InvalidMapKeyType when encoding a HashMap to bson 0.00
How do I map a C struct with padding over 32 bytes using serde and... +1.02
How do I convert a `&T` to just `T`? 0.00
How to call a method when a trait and struct use the same name? 0.00
Why does a closure introduce a borrow when the same code inlined do... +0.35
Cargo run ignores the features specified to cargo build 0.00
How do I return the success value of chaining multiple Results if n... -0.11
How to convert from std::io::Bytes to &[u8] 0.00
Why is a trait not implemented for a type that clearly has it imple... 0.00
Should I use libc::c_char or std::os::raw::c_char? +0.40
Cannot apply unary operator `-` to type `usize` -1.10
Replacing Path parts in Rust 0.00
Why does a call to `fn pop(&mut self) -> Result<T, &s... +1.48
Why does a match never use the second match arm? 0.00
How to convert float to binary without using unsafe code? 0.00
No associated item named wrap_under_create_rule found for type CGCo... 0.00
Why does a reference to a trait in a generic function have to imple... 0.00
Cannot get `Regex::replace()` to replace a numbered capture group 0.00
How can I distinguish between a deserialized field that is missing... -2.20
Why is `&mut &foo` valid but `&mut a_ref_to_foo` is inv... 0.00
Function argument reports "error expected pattern, found keywo... 0.00
How to deserialize a subfield of a struct from the original struct&... -0.66
Why do I need to implement `Copy` and `Clone` if I'm sharing an... 0.00
Why does Option<String>.as_ref() not deref to Option<&... 0.00
How to call methods on self in macros? 0.00
How do I repeat some elements in a vector based on a condition? -0.69
Discerning lifetimes understanding the move keyword 0.00
Why can't I use the `ty` macro matcher to construct a struct? 0.00
How do we save and retrieve a variable in a struct across multiple... 0.00
Why does solicit 0.4.4 attempt to use openssl 0.9.12 even though I... 0.00
How to solve this "does not live long enough"? +0.36
How to set raw headers in Hyper at runtime? 0.00