StackRating

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

Francis Gagné

Rating
1570.77 (3,963rd)
Reputation
34,189 (3,420th)
Page: 1 2 3 4 ... 13
Title Δ
How to modify my constructor in order to accept either a slice or a... +0.66
HMAC-SHA1 in Rust 0.00
How can I improve the performance of element-wise multiplication in... 0.00
How can I memcpy between *c_char and Vec<u8> +0.42
Why does a Box pointer passed to C and back to Rust segfault? +1.88
Calling functions which return different types with shared trait an... 0.00
How do I run a project's example using Cargo? -0.32
How do I erase the type of future in the new future API? 0.00
Problems building the openssl crate with Cargo 0.00
Error E0201 when implementing foreign trait for local type with par... 0.00
TryFromIntError usage 0.00
How can I convert a Windows OsString to a CString? 0.00
Is there a better functional way to process a vector with error che... -2.15
Running a Rust program that is outside of the current directory -0.62
What's the rule of thumb when dealing with passing args in Rust? 0.00
Removing debug macros in Rust -0.35
Mysterious lifetime issue while implementing trait for dyn object 0.00
Extracting type T from Option<T> 0.00
Why is a CString pointer value changed when printed from C? 0.00
Is it possible to let a macro expand to a struct field? 0.00
Creating a rust shared library that returns a struct of function po... 0.00
How do I convert the "largest value in a Vec" example in... 0.00
Can't compare `&Thing` with `Thing` -1.07
Error when deriving Copy on a struct containing nalgebra's Vect... +1.74
Cannot print a process::Command because "borrowed value does n... 0.00
How to specify that a lifetime from an impl should be the same as t... 0.00
"Use of type variable from outer function" in a closure t... 0.00
What is GlyphCache type in a function to render text in Piston2d 0.00
Vector is empty after cloning struct with uninitialized member -1.26
How to use multiparameter String functions in Rust? 0.00
Since there can only be one owner in Rust, does that mean shallow c... 0.00
Recursive generator in Rust causing cycle error; workaround? 0.00
How do I share a struct containing a phantom pointer among threads? +2.25
Is it undefined behavior to do runtime borrow management with the h... +0.39
How do I change a function's qualifiers via conditional compila... 0.00
Default trait method implementation for all trait objects 0.00
Why does reference weakening from &mut occur in some trait meth... 0.00
When does type binding happen in Rust? 0.00
Is this a valid implementation of `std::mem::drop`? 0.00
How do I serialize or deserialize an Arc<T> in Serde? 0.00
How can I avoid dynamic dispatch? 0.00
Why is my program slower than the benchmark shows? -0.09
Calling method on Trait object behind Arc & Mutex +0.46
Understanding lifetimes for parameterized structs in Rust 0.00
How do I implement Queryable and Insertable for custom field types... +0.24
Capture both stdout & stderr via pipe 0.00
How can I modify elements of a vector in place in Rust? 0.00
Why does BufWriter wrap the inner Write in an Option? 0.00
"a bin target must be available for 'cargo run'" +0.40
How to transform `chrono::format::strftime` to `chrono::format::Ite... 0.00