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 ... 30 31 32 33 34 ... 59
Title Δ
How to store a bidirectional relationship between two variables as... -1.84
How do I efficiently build a vector and an index of that vector whi... +1.83
Error E0495 when returning an element from a vector 0.00
How can I access values from a C union in Rust? 0.00
How do I create an empty byte array? +0.38
How to parse multipart forms using abonander/multipart with Rocket? 0.00
How do I read the entire body of a Tokio-based Hyper request? 0.00
How can I cast a struct reference to isize? -0.71
Why doesn't ops::Range<T> implement Copy, even if T is Co... 0.00
How do I access files in a directory in Rust? +1.87
How to check the exit code from std::process::exit() in tests? 0.00
Rust compiler support for interrupts +0.34
Is there any difference between matching on a reference to a patter... 0.00
Mix lifetimes of references in Vec 0.00
Why am I getting a "value must be known" error on tuple i... +0.37
How do I initialize an opaque C struct when using Rust FFI? 0.00
Conditional const definition based on a function call 0.00
Implementing Deref for a target type held in a Cell 0.00
How do I fix a missing lifetime specifier? +2.32
How to read bytes from a Windows file handle in Rust? 0.00
How to create a lazy_static HashMap with function references as val... 0.00
How to use multiple variables in Rust's for loop? 0.00
How do I convert a Peekable iterator back to the original iterator? +1.62
Why does `Option` support `IntoIterator`? 0.00
How to conveniently host a crate's up-to-date documentation? 0.00
Join futures with limited concurrency 0.00
Is "let x = ~10;" obsolete in Rust? 0.00
In Rust, how can a reference be a pointer to a pointer-to-a-pointer? 0.00
Extract 7 bits signed integer from u8 byte +0.81
Using Rust dereferencing operators &* vs * with Self? +1.93
Is there a way to use custom patterns such as a regex or functions... 0.00
Pass an array of strings into a function without having to specify... -2.14
How to allow optional trailing commas in macros? 0.00
In Rust, is Option compiled to a runtime check or an instruction ju... +1.72
Create Vec<String> from literal 0.00
What does "Stream did not contain valid UTF-8" mean? 0.00
Seeming contradictory borrowing scenarios in Rust 0.00
How can a vector be both dynamic and known at compile time in Rust? 0.00
How to build a standard Linux .so library with stable Rust without... 0.00
How can I convert OsStr to &[u8]/Vec<u8> on Windows? -1.70
How can I implement std::fmt::Display for a custom IntoIterator::It... +1.95
Proper way to return a new string in Rust 0.00
Call generic closure with concrete type +0.39
Correct lifetime for Into<Foo> with reference as a parameter 0.00
Is there a way to use the cfg(feature) check on multiple statements? +2.72
How can I pass a FnMut closure to a function using a reference in R... 0.00
How can I stop on a new line when using read_to_string? 0.00
How to do in-place assignments in Rust? -1.47
Why does calling Vec::resize before calling Vec::set_len cause the... +1.55
How to use another array's length to initialize an array in Rust? -1.90