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 ... 6
Title Δ
How to move a Vec<Box<dyn Trait>> Into Vec<Rc<Ref... -0.11
What is the idiomatic way to get the tail of a vector? -1.46
How to manage properly ownership with borrowing in Rust? +1.80
How to display a box drawing character using the ncurses crate? 0.00
How to put explicit lifetime bound on Self for associated constant? 0.00
Is there a more efficient way to resize a two-dimensional grid repr... +0.42
Why can't I assign one dereference of a reference of a referenc... 0.00
What happens when casting a big float to a int? +0.43
Lifetime parameters in supertrait bounds 0.00
Convert Option<&&[T]> to Option<&[T]> 0.00
Cross-module function call in Rust 0.00
Cannot overload add operator on a struct containing a Cow because I... 0.00
What is the difference between `&mut retval` and `retval as *co... 0.00
Is there a safer way to use unions to convert between integer and f... 0.00
Right way to access an enum variant's field that is itself a fi... +1.12
Why can I mutably borrow separate fields from a Box, but not other... 0.00
Can I coerce a lifetime parameter to a shorter lifetime (soundly) e... +1.94
How to get Pin<&mut T> out of Pin<Arc<Mutex<T>... 0.00
Are all inputs supposed to be mutable in Rust? 0.00
Rust: Lifetime outliving anonymous function 0.00
rust lifetime parameter must outlive the static lifetime 0.00
How to move the concrete value out of a Box<dyn Any>? 0.00
Cast vector of i8 to vector of u8 in Rust? +0.33
How to convert a concrete integer into a generic integer? -1.45
How to get a duration of 1 day with Rust chrono? 0.00
Wrap the heap allocate memory for a generic type in Arc? 0.00
Why is `std::ptr::null` not usable with unsized types? 0.00
How to make a struct containing an enum generic over the enum varia... 0.00
How to use shared memory for a Vec<f64>? 0.00
How do I remove a single trailing string from another string in Rust? 0.00
How to efficiently create a large vector of items initialized to th... +0.43
Conway's game of life becomes slower after using multi-threads 0.00
When is tail recursion guaranteed in Rust? -0.77
About toml line break in dependencies of Cargo.toml 0.00
How to implement generic intersperse with mutations possible 0.00
"if" statement gets executed when the condition is "... 0.00
Does non-matching arm take the owner of a variable in a "match... 0.00
Is it possible to replace a for loop that pushes a member variable... -0.54
How to subtract an isize from a usize? -1.73
Temporary value dropped while borrowed, but I don't want to do... 0.00
Mutable borrow to object inside Mutex - how to refactor? -1.95
Why address of pointer doesn't change when modifying the string... -1.94
How to find biggest variant in an enum in Rust? 0.00
Why does type inference not work during addition when it does durin... -0.09
How do I write a trait method that knows the implementor is [u8]? 0.00
Given a slice of u32, how do I filter out a specific number and get... +0.80
Why is std::borrow::Borrow not implementet for every Type? 0.00
Does Iterator::collect allocate the same amount of memory as String... 0.00
How to send different structs in a function of a trait? 0.00
Efficiency of flattening and collecting slices 0.00