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 ... 18 19 20 21 22 ... 59
Title Δ
Can I force the use of my dependencies' Cargo.lock when resolvi... 0.00
Handling collections of std::borrow::Cow 0.00
What is an auto trait in Rust? 0.00
"Borrowed value does not live long enough" when matching... 0.00
Why doesn't Read::read_to_string() return the string? -1.44
Is there a more succinct way to use an enum especially when it only... 0.00
Can't borrow mutably within two different closures in the same... 0.00
Converting a Vec<u32> to Vec<u8> in-place and with mini... +0.34
What is the difference between `&str` and `&'static str... 0.00
Handling streaming iterator as normal iterator by using PhantomData... 0.00
Why do I need to add trait bounds on impl blocks if I've alread... 0.00
How can I initialize an array with a length inferred from the varia... +1.74
How can I downgrade or install an older version of a tool I install... 0.00
Do I need to always put base structs outside of the main() so they... 0.00
How do I configure Serde to use an enum variant's discriminant... 0.00
Why does including the same struct from the same file into multiple... 0.00
How do I write an unimplemented function that returns impl Trait wi... 0.00
How to return a boxed clonable iterator in Rust? 0.00
Is there a way to overload the index assignment operator? 0.00
Diesel's attribute `primary_key` is currently unknown to the co... 0.00
How to ignore Rust executable files in .gitignore? 0.00
Why is the trait `std::convert::From<isize>` not implemented... 0.00
Is it possible to write a test in Rust so it does not run on a spec... 0.00
Storing types in a HashMap to dynamically instantiate them +0.35
How to repeatedly perform string replacement in a loop? 0.00
How do I evaluate expressions in Rust's macro system? 0.00
How do I create a generic struct that can be serialized with Serde... 0.00
How to get the number of keys in a HashMap after inserting or updat... 0.00
How do I customize a Deserialize implementation for certain input t... 0.00
How does the stack handle popping values off in a different order t... 0.00
flat_map dropped here while still borrowed 0.00
Dropping partially moved values after the moved values are dropped 0.00
"cannot find value __collect" when adding flatten to an e... 0.00
What expressions are allowed as the array length N in [_; N]? 0.00
Chain two iterators while lazily constructing the second one -0.26
How can I set default build target for Cargo? -0.40
mysql::value::FromValue not implemented for a large tuple when call... 0.00
Parameter not living long enough when passing a string to `panic!` 0.00
What does “`str` does not have a constant size known at compile-tim... 0.00
Is it valid to use ptr::NonNull in FFI? 0.00
Using the index from enumerate outside the loop block -0.75
Is there a more idiomatic way to initialize an array with random nu... 0.00
Copy body and headers from hyper HTTP request to a new request whil... 0.00
Is there a way to import macros from an external crate during tests... 0.00
Is it safe to use a raw pointer to access the &T of a RefCell&l... -0.95
Method for safely moving all elements out of a generic array into a... 0.00
Changing the compilation arguments passed to nvcc by Rust using cc 0.00
What are the possible types/values for the SeedableRng Seed? 0.00
How to specify generic function bounds involving the lifetimes of i... 0.00
Cannot move out of borrowed content on enum containing a boxed trai... 0.00