StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

user2722968

Rating
1501.46 (393,967th)
Reputation
2,739 (61,669th)
Page: 1 2 3 ... 5
Title Δ
Why does destructuring a borrowed Enum require dereferencing its fi... +2.32
Why can I start a slice past the end of a vector in Rust? 0.00
Why do I get different argument types when using filter on an itera... -1.72
what the sign "@" mean in Rust expression -1.12
Implementing Borrow trait for a type with a lifetime 0.00
Compile procedural macro code or stack values into executable? 0.00
Why do multiline strings skip intended whitespace at the beginning? -0.71
Prevent cannot borrow `*self` as immutable because it is also borro... +0.55
How to implement a method that works for all struct type parameters? +2.27
Why can't None be cloned for a generic Option<T> when T d... +1.95
How does the impl of AsRef<Path> for PathBuf work? 0.00
Does this code result in defined behaviour? 0.00
Safe line reading in Rust +0.63
Equivalent of split_at_mut for HashMap? 0.00
problem sending zip archive compressed in Python but trying to deco... +0.22
Evaluate a borrowed boolean 0.00
Automatically derive traits implementation for Arc 0.00
Match Error Result and exit program on variable assignment -0.50
Why does BinaryHeap require Ord? 0.00
Get mutable reference to element of Vec or create new element and g... 0.00
Is there a way to allow an unknown enum tag when deserializing with... 0.00
How to pass a visibility token to the bitflags! macro? 0.00
How to freeze an Rc data structure and send it across threads 0.00
Can I unstring a literal in a macro? 0.00
Return a reference to a T inside a lazy static RwLock<Option<... -0.54
Rust features which allow the optimizer to change the program's... -1.01
What is the idiomatic way to get the tail of a vector? +0.90
Rust: How to short-circuit exit from a chain of iterator methods on... 0.00
Why does Rust require a `'static` lifetime for this variable? 0.00
How to get information about a trait by its name in a procedural ma... +2.39
Is there a way to enforce that a Rust raw pointer is not used after... 0.00
Bitwise operations, comparing a u32 with a byte array 0.00
const fn vs inline attribute 0.00
Rust deserialize json based on an enum in the json +2.14
Why does type inference not work well with reference types? 0.00
Is it safe to clone a type-erased Arc via raw pointer? 0.00
How do you approach creating a complete new datatype on the "b... 0.00
Print Unicode in a formatter 0.00
Cloning a hashmap using a reference to another hashmap +2.05
How do I tell std::io::copy in Rust to stop reading and finish up w... 0.00
borrow_mut() on my RefCell-like structure doesn't work 0.00
How can I denote a field that can be either Rc<T> or Weak<... +0.34
The trait `std::future::Future` is not implemented for `std::result... 0.00
In Rust, how to push an object with a lifetime into a vector? 0.00
the trait std::ops::Try is not implemented for impl 0.00
Rust std::process with special characters +2.14
How to implement AsRef for a struct containing references 0.00
In Rust, why does std::iter::Iterator's min function return a r... 0.00
Get `&'a str` with longer lifetime than the current functio... 0.00
Why is this MutexGuard not dropped? +0.36