StackRating

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

mcarton

Rating
1568.66 (4,209th)
Reputation
7,504 (21,183rd)
Page: 1 2 3 4 5 6 ... 7
Title Δ
Some troubles with FileCreate 0.00
How to create instances from Array values 0.00
How to use C array in a Rust structure 0.00
Why is `impl` needed when passing traits as function parameters? 0.00
writing petgraph Dot to a file 0.00
Rust, 2 crates with overlapping private functions 0.00
How to "use another-file" in rust? Module with hyphens in... 0.00
How to avoid cloning a big integer in rust +1.63
Are all macros in the Rust std library included in the prelude? 0.00
Why don't we need to extract values from Result in some rust it... 0.00
Any way to make closure which takes a destructured array? 0.00
Dynamic chained sorting of a vector by struct fields 0.00
How to get & replace a value in Rust Vec? 0.00
Mutex can deference struct's but not primitives 0.00
Zero width reference for borrow checking only? 0.00
To convert a ethereum_types::H256 to String in Rust 0.00
How does Rust's 128-bit integer `i128` work on a 64-bit system? +0.62
What is the exact mechanism that allows source code targeting diffe... 0.00
Where is Cargo's certificate authority store? 0.00
Why does making one enum variant an `f64` increase the size of this... +2.52
Why do dbg! and println!("{:?}") show different outputs? 0.00
Rust import trait for unqualified usage -0.11
Which Rust 1.2 containers support trait objects? 0.00
Why can't a type alias use associated constants from the origin... +1.75
Why is the width ignored for my custom formatter implementation? 0.00
Iterating an array with a local mutable copy in Rust 0.00
How to build a dependency with a different version of the Rust comp... 0.00
How can I display a compiler warning upon function invocation? +2.14
If str is a "string slice", why don't std::slice blan... 0.00
Why does Rust assignment of const from trait to trait not work? -0.18
Rust function name (caller) or any other context inside macro 0.00
How to call function from certain trait explicitly +1.64
How can Clone::clone_from avoid unnecessary allocations? 0.00
Is destructor called on reassignment of a mutable variable in rust? 0.00
How to pass Iterator<String> as Iterator<&str> in r... +0.43
Why is there a borrow error when no borrowing overlap is occurring? 0.00
match with a variable vs match with a placeholder? 0.00
How to add lifetime argument to closure not returning a reference 0.00
Rust: borrow checker in infinite loop +1.66
"overflow evaluating the requirement" when trying to defe... +0.43
Using std::net::UdpSocket with string url 0.00
Why do I not get a literal out of range error when storing a number... 0.00
Stripping a Windows path prefix 0.00
Type for a String that must conform to some syntax 0.00
Why does a Condvar not wake the last thread? +0.44
Is it possible to populate a large set at compile time? +2.44
Option<Receiver> Moved in Previous Loop Iteration 0.00
What sorting algorithm does Rust's built-in `sort` use? +0.45
How to use take_while with futures::Stream? -1.88
Wrong u128 multiplication in Rust? 0.00