StackRating

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

rodrigo

Rating
1647.02 (614th)
Reputation
65,899 (1,347th)
Page: 1 2 3 4 ... 30
Title Δ
Rust match mutable enum reference with vectors 0.00
How to run another function as async in rust? 0.00
Equivalence of iterating over filter and continue condition within... 0.00
In async Rust, how to I implement a wrapper around poll? 0.00
Why is there is no auto-dereference for Weak<T>? -2.69
Set a titlebar icon for a turtle window -0.31
Error calling iter().sum(): the trait bound `f64: std::iter::Sum<... 0.00
Why can't I create a trait object with let _: Arc<dyn Trait&... +1.49
What is the difference between git push -u? 0.00
Expected bound lifetime parameter, found concrete lifetime when try... 0.00
Is it possible to receive a pointer to C function in Rust and call... 0.00
Rust wasm : How to access HTMLDocument from web-sys? 0.00
How can I get a filesystem label from sysfs? 0.00
How to obtain the chunk index in Rayon's par_chunks_mut -1.18
Rust: Generic return types in Traits for implementations that retur... 0.00
Rust: moving value out of option and pushing onto a stack 0.00
Lifetime error when making parameter generic 0.00
malloc() is returning the same address multiple times, even when I... 0.00
Understanding error "Borrowed value does not live long enough&... -0.18
How do I mutate in a match which borrows an immutable value? +0.29
How to declare a function without implementing it? +1.74
How to solve "temporary value dropped while borrowed" 0.00
Rust 'borrowed value does not live long enough' while assig... 0.00
Map C-like packed data structure to Rust struct +1.20
Converting usize into f32 -0.22
How do I pass a method as a callback/handler parameter to a function? 0.00
Is there a C equivalent to Rust's NonNull<T>::dangling()... -0.55
Why does the Rust compiler complain that I use a moved value when I... +1.17
Rust: error[E0495]: cannot infer an appropriate lifetime for autore... 0.00
Why is the mutability of a variable not reflected in its type signa... -0.13
Can match on Result here be replaced with map_err and "?" 0.00
What will happen in Rust if create mutable variable and mutable ref... 0.00
Is it possible to get the non-borrowed type from Self? -0.19
Why does the ? operator report the error "the trait bound None... 0.00
Implementing a trait for Option<T> and Option<&T> 0.00
"borrowed value does not live long enough" after implemen... 0.00
Problem without *char (c_char) in rust function with a message not... 0.00
int* value of a void* address 0.00
How to use a Box<String> as a lookup key for a hashmap with &... 0.00
Rust macro accepting argument with a colon, a struct which is insid... -1.72
How to compare two pointers in Rust? 0.00
Updating objects inside a Rust collection -0.66
How to split a String in Rust that I take as an input with read!() +0.31
Cannot use `impl Future` to store async function in a vector 0.00
How to provide permissions to file while creating it using single l... 0.00
Segmentation fault (core dumped) error with strcmp -0.91
How to convert std::Option<&str> to &str in Rust 0.00
How to write a function that takes a slice of functions? 0.00
Why does changing a field from `&'a [u8]` to `&'a m... 0.00
How does Rust handle shadowed variables? 0.00