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 ... 31 32 33 34 35 ... 59
Title Δ
What is the proper way to split one source array into a couple of c... 0.00
What does it mean to pass in a vector into a `for` loop versus a re... 0.00
How can I reborrow a mutable reference without passing it to a func... -1.78
How can you resolve the need to mutably borrow in different match a... 0.00
Best way to format a file name based on another path in Rust 0.00
Cannot infer an appropriate lifetime when calling a mutable method... 0.00
Can structs in a Vec reference one another? 0.00
How do I concisely fill a 2D HashMap? +0.34
Get None instead of a string slice if an index range is not valid -0.88
How to pass one Vec to multiple functions in Rust? 0.00
Why does a `continue` in a match arm not have to typecheck? 0.00
How to get UID and GID in rust-fuse? 0.00
Is it possible in Rust to delete an object before the end of scope? +2.23
Why do I have to declare a variable as mutable in order for interna... +2.08
Adding an ident to multiple repetition results in "local ambig... 0.00
Processing trees in parallel in Rust 0.00
Why are borrows of struct members allowed in &mut self, but not... -2.15
How to append to string values in a hash table in Rust? -0.78
Is it possible to check if a field implements a trait with custom d... 0.00
Compiler warns about unused code for private functions that are act... 0.00
Rusqlite query with SUM panics with "InvalidColumnType(0, Null... 0.00
How do I make a struct callable? 0.00
Why does Rust enforce objects can only be mutably borrowed once? 0.00
How to make RefCell's Ref live long enough 0.00
Is it possible to set a boolean option as 'true' by default... -0.10
How to match on concrete types of generic struct fields? 0.00
How can I store a pattern in a variable in Rust? 0.00
How do I handle errors from libc functions in an idiomatic Rust man... -1.72
Equality of unordered lists 0.00
Lifetime of references in closures 0.00
How do you run doc tests in feature gated implementations? 0.00
How to implement non-generic trait on a struct with a generic param... 0.00
Vec<PathBuf> to &[&Path] without allocations? +1.75
File struct isn't viewed as implementing a Read? -2.27
Passing a Rust variable to a C function that expects to be able to... 0.00
How to implement redirection of stdout of a child process to a file? 0.00
How to sort HashMap keys when serializing with serde? 0.00
Why is it useful to use PhantomData to inform the compiler that a s... -0.60
How can I update a struct, setting most but not all of the fields t... 0.00
How do I return an iterator that has a reference to something insid... 0.00
How to reverse map of objects to vector of tuples by using an itera... +2.20
Is it possible to implement a trait for a struct only while running... -0.08
How do I handle an FFI unsized type that could be owned or borrowed? 0.00
Move non-copyable struct across iterations 0.00
How do you define custom `Error` types in Rust? +1.49
Define a trait with a function that returns an associated type with... -1.40
How do I write a function that adds an element to a vector, allowin... 0.00
Return struct with lifetime for FFI 0.00
Mutable iterator for Vec<Vec<(K, V)>> -1.82
Is it possible to switch variants in the value of a mutable referen... 0.00