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 Δ
Is there a differencee between str::as_bytes and CString::as_bytes_... +2.40
What does 'let x = x' do in Rust? +1.77
How do I explictly collect a vector of itertools::MinMaxResult? 0.00
Why does a Box pointer passed to C and back to Rust segfault? -1.88
How do I subtract one character from another in Rust? 0.00
Why does the output of cargo build contain unreadable characters wh... 0.00
Is it possible to match against the result of a `const fn`? 0.00
How do I turn a ToString value into a &str at compile time? 0.00
How do I write a u32 in a &[u8]? +0.16
Is there some syntactic sugar for matching on deeply nested Option... 0.00
Rust multiple mutable borrowing +0.45
What goes on the stack and what goes on the heap in Rust? 0.00
How do I access a struct field which has the same name as a public... +2.43
Can a slice pattern be used to parse command line arguments without... 0.00
What is a cross-platform way to clear and reuse a Rust PathBuf? 0.00
How can I list all implemented traits for a given type during compi... 0.00
What is the equivalent of Go's select case paradigm for channel... +2.42
Cannot compile stb_truetype 0.2.4 because "slice pattern synta... 0.00
Should I use enum to emulate the polymorphism or use trait with Box... -4.33
Why does reqwest require an OpenSSL installation? 0.00
How to generate documentation for private items 0.00
Is it possible to expand a collection to multiple parameters of a f... 0.00
How to omit top-level type parameter in generic / nested structs? 0.00
Generic function to take struct as parameter in rust 0.00
How can I retrieve the full path of a trait bound in a Rust compile... 0.00
How do I implement Debug for a struct containing a function type al... 0.00
A smart constructor for an iterator with a reference to a closure i... 0.00
Why does a doubly-reversed iterator act as if it was never reversed? +3.57
What is a correct way of getting and setting last error message thr... 0.00
How to mock external dependencies in tests? 0.00
References passed to functions passed to functions remain borrowed 0.00
Lifetime issues while balancing brackets 0.00
Why is tuple formatting limited to 12 items in Rust? +4.02
Returning array from c++ to rust in Rust FFI 0.00
My Rust code is much longer than the equivalent Python one, with th... +3.59
How does one replicate C++'s template based SFINAE pattern in R... 0.00
How do I use floating point number literals when using generic types? -3.10
Why does a trait requiring AddAssign as a supertrait also require i... 0.00
What is the idiomatic way of looping through the bytes of an intege... +3.93
How do I force the '+' sign before positive floats when usi... 0.00
Cannot move out of borrowed content when using the struct literal u... 0.00
Rust function that allocates memory and calls a C++ callback crashes 0.00
What are the differences between the multiple ways to create zero-s... -3.17
The trait `std::ops::Add<std::time::Duration>` is not impleme... +4.41
How can I conveniently convert a 2-dimensional array into a 2-dimen... -3.59
Is it possible to return a closure that is stored in self? 0.00
How can I get command stdout from a process using assert_cli crate? 0.00
Why do I get the error "cannot infer an appropriate lifetime f... -0.25
Is there an API to race N threads (or N closures on N threads) to c... +4.93
What is the Rust way of using continue from inside a closure? 0.00