StackRating

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

trent

Rating
1563.76 (4,945th)
Reputation
7,006 (22,921st)
Page: 1 2 3 4 5 ... 6
Title Δ
Is it possible to create a wrapper around an &mut that acts lik... 0.00
Fill a vector of struct elements by iteration rather than using .pu... 0.00
Why do I get "expected u32, found &{integer}" when pu... 0.00
How to bound a type on a recursive std::ops::Deref? +2.73
How to find or insert into a Vec in rust +2.20
Efficient remove prefix from string including invalid bytes 0.00
Can I perform binary tree search with the standard library without... +2.22
Rust cloned closures expected closure, found different closure 0.00
How to return a Rust closure that borrows state to use later? -0.99
One line module re-export 0.00
What is the best way to reuse a borrowed struct field if it doesn&#... 0.00
Use trait object to pass str in rust -0.19
How can I create a HashMap with values moved from two other HashMaps? +0.42
How to properly pass Iterators to a function in Rust +0.43
lifetime bound on associated type is rejected although it seems valid +0.43
Why can't `&(?Sized + Trait)` be casted to `&dyn Trait`? 0.00
Do aliasing mutable raw pointers (*mut T) cause undefined behaviour? 0.00
How does Rust's 128-bit integer `i128` work on a 64-bit system? +2.01
Why is this Rust enum not smaller? 0.00
Does the println macro allocate heap memory? 0.00
Why does Rust's u64.pow expect a u32? +2.29
Shadowing in Rust and Fighting the Borrow Checker -0.06
Rust, how to return reference to something in a struct that lasts a... 0.00
How do I specify the lifetime of a field as a combination of other... 0.00
What does “&*” do in Rust 0.00
In Rust how do I pass a diverging function as parameter to another... +1.45
How can I write a method to wrap any value in my type that can be c... +0.39
Parallel Word Count with Multithreading in Rust 0.00
How to share heap-allocated trait objects? 0.00
How can I convert a temporary String to a &str? -2.16
Understand smart pointers in Rust -1.96
Is it possible to allow only exactly one thread to mutate shared da... +0.38
What is the memory layout of a vector of vectors? 0.00
How do I declare a generic function which can add together referenc... 0.00
How to modify my constructor in order to accept either a slice or a... -0.53
How do I make a struct for FFI that contains a nullable function po... 0.00
How to define a function-local type alias of the function's typ... +0.29
Why does Rust use two bytes to represent this enum when only one is... 0.00
Getting "temporary value dropped while borrowed" when try... -1.65
How can I return a type containing an Rc from a thread? +2.29
How to push a value to a Vec and append it to a String at the same... +1.85
How do I use the Option::ok_or() method correctly? 0.00
Arithmetic operation order issue with a range 0.00
Can I force a trait to be covariant? +0.44
Swapping two local references leads to lifetime error +1.81
Initialising an array of mutable reference to struct 0.00
Why do I get the error E0277: the size for values of type `[{intege... 0.00
How do I open Vim at a Rust program's `main` function? 0.00
Why do lifetimes differ when a function is called in a closure vs.... +0.41
Wrong trait choosen based on type parameter +1.75