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 ... 27 28 29 30 31 ... 59
Title Δ
Why is a lifetime unused on a struct that I have a reference to? 0.00
Lifetime issues with non-copyable owned values when trying to use t... +1.42
How can I find out whether a crate is compatible with a specific Ru... 0.00
How can I pattern match to get at the numbers that serde_json has p... +0.36
Is Path::new(many-subdirs) good enough for both Linux and Windows? +0.36
How to specify the exact version of a dependency? +1.83
Does `next()` move or clone elements? 0.00
Is it possible to install Cargo dependencies in the same directory... 0.00
How do I uninstall cargo-add? 0.00
What is the difference between `e1` and `&e2` when used as the... 0.00
Peeking at stdin using match 0.00
Trying to declare a String const results in expected type, found &q... 0.00
How can I implement Add for a reference type so that I can add more... 0.00
Is there a way to avoid dereferencing with trait objects? -0.31
How to create a boxed slice with type ascription? +1.18
What's the most idiomatic Rust way to modify an optional elemen... -0.38
How do I iterate over a list of chars while still being able to ski... +2.14
Tagged unions with runtime defined members 0.00
Why does adding byteorder make Cargo downgrade mysql to version 8.0... 0.00
How can I port C++ code that uses the ternary operator to Rust? 0.00
What is an idiomatic way to non-destructively append a value to a v... 0.00
Is it considered a bad practice to implement Deref for newtypes? 0.00
How to deserialize into a enum variant based on a key name? 0.00
Is it possible to change the line number displayed in panic? +0.38
Is it possible to use the Any trait through channels? 0.00
How do I use libTCOD graphical tiles if `char` cannot fit a number... 0.00
Re-assignment of immutable variable that should be a mutable borrow... 0.00
Cannot use the `doc!` macro from the mongodb crate in the scope of... 0.00
How to change Image color type using Piston's image lib? 0.00
How do I create a server that serves API and falls back to disk usi... 0.00
How do I add references to a vector when the borrowed values are cr... 0.00
Why does iter borrow mutably when used in a pattern guard? 0.00
Unable to borrow a Vec inside of a closure 0.00
How to limit floats generated by Quickcheck to a range? 0.00
How can I access items in a top level module from another top level... 0.00
Is there any performance difference between `if let` and `if` for a... 0.00
How do I disambiguate traits in Rust? +0.40
Why do I get the error "the trait `Foo` is not implemented for... +0.40
How can I avoid a ripple effect from changing a concrete struct to... 0.00
How do I implement a function similar to HashMap::entry that doesn&... -1.86
How to retrieve different types of DNS records in Rust? 0.00
How can I simplify converting errors into strings multiple times in... -1.87
How can I set a struct field value by string name? 0.00
Expected type `bool`, found type `&bool` 0.00
What is the Rust equivalent to C++'s virtual functions? 0.00
cmd /C doesn't work in Rust when command includes spaces 0.00
How do I specify the lifetime for the associated type of an iterato... -1.06
Calling the GetUserName WinAPI function with a mutable string doesn... 0.00
Why would you ever use the same lifetimes for references in a struct? 0.00
Is casting between integers expensive? 0.00