StackRating

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

Matthieu M.

Rating
1635.79 (773rd)
Reputation
213,195 (208th)
Page: 1 ... 4 5 6 7 8 ... 64
Title Δ
Passing Vec<String> from Rust to char** in C -1.63
Trouble to pass Iron handlers with closure in the router declaration +0.34
Is a clone statement ever optimised out? +1.00
How to enable the threading feature in the Iron framework? 0.00
How do I store a 800 row, 25 column file in an N-dimensional array? 0.00
Why does a generic method inside a trait require trait object to be... +0.84
Define a trait with a function that returns an associated type with... +1.80
Can I disable checking for zero division every time the division ha... 0.00
Why does the closure take ownership of the vector here? 0.00
Map boxed values to mutable dereferenced values in Rust 0.00
Idiomatic match with fall-through in Rust -0.58
Transmuting u8 buffer to struct in Rust +0.31
How to parallely `map(...)` on a custom, single-threaded iterator i... 0.00
std::result::Result panic to log 0.00
Mutable iterator for Vec<Vec<(K, V)>> +1.82
Is it possible to switch variants in the value of a mutable referen... 0.00
Porting a C++ Program to Rust: Of reinterpret_cast, Structs and Blu... 0.00
How to access a slice from pre-defined 'Range' in a struct? -1.74
Rust type-level multiplication 0.00
Shared ownership of an str between a HashMap and a Vec 0.00
How can I do computed state transitions without offending the borro... 0.00
Is it possible to use a trait as syntax sugar for a free function? 0.00
Return &str instead of std::borrow::Cow<'_, str> 0.00
Is there any practical considerations to prefer one notation for co... +1.07
Create *mut *mut to a struct +2.14
How to have multiple files with one module? 0.00
Implement From on a trait which has Self as member 0.00
Can Rust macros parse JSON? 0.00
Splitting a `Vec` 0.00
Rust error E0495 using split_at_mut in a closure +0.31
What is a function signature and type? 0.00
Convenient way to transform struct with Cow-fields to owned 0.00
Is there a way to prevent emitted LLVM IR from removing unused func... 0.00
Are there equivalents to slice::chunks/windows for iterators to loo... +1.82
How to know when the output buffer is too small when decompressing... 0.00
Possible to access the 'TypeId' of a struct member? 0.00
Reference lifetime conflicts with same lifetime range 0.00
How can I better store a string to avoid many clones? 0.00
Why is the produced assembly not equivalent between returning by re... 0.00
How do I pass a struct with type parameters as a function argument? +1.71
How to express integers other than zero and one in generic code usi... -0.41
Design help: threading within a struct 0.00
How do I access the target's associated functions when using `D... 0.00
How to ensure that every method of a class calls some other method... -1.80
Clone a general struct to a specific lifetime? 0.00
"overflow while adding drop-check rules" while implementi... 0.00
Is there a way to avoid adding lifetimes to all downstream structs... -0.20
How to specialize on the stable channel before specialization is st... +1.82
How to use recursive associated types in functions? +1.84
Safe non-trivial data dependencies/custom references? +1.67