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 ... 30
Title Δ
How do I implement abs function to custom type in Rust? 0.00
Memory deallocation using slice::from_raw_parts_mut and ptr::drop_i... 0.00
I really don't know what's wrong +0.25
How can I split strings without worrying about mutable borrows? 0.00
How to pass an array of primitive element type from javascript to w... 0.00
How can I constrain an associated type to accept any reference life... -1.09
What is the correct Rust inline assembly format? 0.00
Why does conditional assignment of a matched mutable reference caus... 0.00
GIT: Get hash of unmerged files +0.80
Rust union usage features 0.00
clang: warning: argument unused during compilation: '-rdynamic&... 0.00
Why is mutable and extra scope needed 0.00
How to run stream to completion in Rust using combinators (other th... 0.00
Why can't fmt::Arguments be safely generated at runtime? 0.00
How can I store a type in an array? 0.00
Explanation for GCC compiler optimisation's adverse performance... +0.48
what happens in stack allocated memory with variable shadowing in R... 0.00
Rust: allow multiple threads to modify an image (wrapper of a vecto... +1.40
Using async functions that borrow arguments in contexts where trait... 0.00
How can I give special command (insert) to vi? -0.68
Rust bindgen cannot find platform specific library? 0.00
Why usage of async block in then makes my Stream Unpin? 0.00
Unable to identify deadlock 0.00
Trait implementation calling a function of similar name +0.88
Why is Rust unable to figure out the correct `from_iterator` to use... 0.00
rusqlite returns Err(InvalidParameterCount(1, 0)) 0.00
What is the magic behind that recursive function? -1.58
How to derive Clone for structures with boxed closure? 0.00
What is the mechanism for converting a function to a trait in Rust? 0.00
How to get a rust-sdl2 window surface and use the event iterator at... 0.00
Strange behavior when adding the Send trait to a boxed trait object 0.00
What happens when BEGIN_MESSAGE_MAP is written as BEGIN_MESSAGE_MAP... 0.00
How does git cherry-pick compute the patch? 0.00
How can I iterate on a Bevy Query and keep a reference to the itera... 0.00
Why can't I read lines from stdin, remove whitespace and push t... 0.00
Rust: macro to keep same frame rate does not work 0.00
Stack of references in unsafe Rust, but ensuring that the unsafenes... +1.37
Will git revert overwrite any other changes made by other people? +0.92
Implicit conversion to static lifetime in anyhow::Error 0.00
Set Send buffer size of std::net::TcpStream in rust 0.00
How do I read a tuple struct from a Wasm memory buffer? 0.00
Testing futures and streams, how do I create a fake Context? -0.70
Why nomicon layout chapter &Vec<&'static str> cou... 0.00
Rust Global.dealloc vs ptr::drop_in_place vs ManuallyDrop 0.00
How to get selected column's text In Gtk-rs 0.00
Relation between AddAssign and '+=' Operator 0.00
How do I place a Rust module in a separate file? -0.79
Git Ignore for whole folder except for sub folder? 0.00
Why does capturing an Arc by move make my closure FnOnce not Fn 0.00
Why RefCell's `into_inner` requires a move? 0.00