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 ... 35 36 37 38 39 ... 59
Title Δ
Using a module from the standard library works in my crate root, bu... 0.00
How do I access a C constant in Rust? 0.00
How do I return a vector element from a Rust function? 0.00
What is the recommended way to specify or import the Signed trait i... 0.00
What C type should I use for f64 in my C FFIs? 0.00
Am I incorrectly implementing IntoIterator for a reference to a Laz... +0.38
Am I incorrectly implementing IntoIterator for a reference or is th... 0.00
How difficult is it to allow parallel compilation of code with the... 0.00
Reference to unwrapped property fails: use of partially moved value... 0.00
Linking Rust application with a dynamic library not in the runtime... 0.00
Why doesn't the lifetime of a mutable borrow end when the funct... 0.00
Mismatched types when displaying a matrix with a for loop 0.00
Borrow in filter closure does not live long enough 0.00
How do I access a zero-terminated array of function pointers declar... +1.24
How do I access a zero-terminated array of function pointers declar... -1.26
A macro for concatenating paths in Rust -0.01
Check for equal Associated Types in where clause 0.00
Read one level of directory structure 0.00
How do I implement an Iterator adapter only for iterators with a sp... 0.00
Rust pattern matching with multiple types 0.00
What is the usage of the asterisk symbol in Rust? 0.00
Why don't we implement all the functions from Iterator to imple... 0.00
How can I use Cargo to build a library as both an rlib and a dylib... 0.00
No method named X found for type *mut Y in the current scope +0.46
Borrow a section of a borrowed array as a borrowed array -0.05
How to set the socket option SO_REUSEPORT in Rust? 0.00
How do you set, clear and toggle a single bit in Rust? +2.12
Is `iter().map().sum()` as fast as `iter().fold()`? +2.16
How does one operate over a subset of a vector? 0.00
How to wrap a call to a FFI function that uses VarArgs in Rust? 0.00
Generic Type Mismatch using Trait in Rust 0.00
Is it possible to have a heterogeneous vector of types that impleme... 0.00
How do I sort `NaN` so that it is greater than any other number, an... 0.00
Breadth first search and lifetimes +0.39
no method named `flush` found for type `std::io::Stdout` in the cur... -1.47
Reverse specific key when sorting with multiple keys +1.90
Create a struct that is generic over another generic struct 0.00
"ambiguous associated type" error when pattern matching o... 0.00
Why is this struct not moved after pattern matching? -2.18
Why does .flat_map() with .chars() not work with std::io::Lines, bu... 0.00
What happens to stack/heap allocated types when a runtime panic occ... 0.00
Sorting vector of x/y coordinates 0.00
Why do you need to implement Add for adding two variables with the... 0.00
Dereference FFI pointer in Python to get underlying array 0.00
How do I close a Unix socket in Rust? 0.00
Why does Box<trait> have a different size than Box<struct&... -1.47
Using a HashSet to canonicalize objects in Rust -1.49
Is it possible to store types, not instances of those types, in a V... +2.13
Are there any ways to recursively flatten tuples? 0.00
Why doesn't `Box::into_raw` take `self` as parameter? -0.78