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 ... 7
Title Δ
How to call Iter::chain and what will be the return type? 0.00
Generic constructor from integer input for a Rational Number object 0.00
How to implement Borrow<T> when T wraps borrowed data? 0.00
Result with lifetime parameter - enum with lifetime parameter appli... 0.00
MaybeUninit and initialization of ZST/uninhabbited/one-representati... +2.43
How to inline ASM byte statement in Rust? 0.00
PartialEq and PartialOrd impls not returning correct output 0.00
How to split a Vec<u8> by a sequence of chars? +0.34
Is it possible to store different concrete types implementing the s... +0.39
How to convert JSON String to HashMap in Rust? 0.00
Is there a way to check a struct has a field and check its type? -0.44
Why can a for loop in Rust iterate over a slice or iterator, but no... 0.00
How to pass immutable parameters to a thread? (about lifetimes) 0.00
Rust Ownership Smart Pointers 0.00
Why does transmuting a f64 into u64 and then back into f64 result i... 0.00
Binary operation == cannot be applied to type syn::Path 0.00
What does crossbeam_epoch::Shared::as_raw mean by "Converts th... 0.00
How to modify a string inside a serde_json::Value::String? 0.00
How to rename all keys in a serde_json::Map? 0.00
How to return a reference to something inside a moved box? 0.00
which source file in rust language source refers_to/parse language... 0.00
Why design a language with unique anonymous types? +1.31
Linking against binary crate 0.00
Does Rust code, statically linked to a C program, gain any benefici... +1.64
Changes using mutable reference of a field are not reflected after... 0.00
Getting to know Rust and the type system 0.00
rustc false positive warning about value never read? 0.00
How can I take a number of values from an iterator inside a for loop? -2.28
Does Rust automatically implement clone when dereference? 0.00
replace if condition by match 0.00
Why would two reference counters pointing to the same allocation be... 0.00
How to create a byte slice constant with specific value? 0.00
from_utf8 wraps string in quotations 0.00
Subscript and Superscript Characters in Cargo Doc? 0.00
Trait std::convert::From<String> not implemented for hyper::b... 0.00
Rust download and save ZIP file 0.00
What is the idiomatic way to merge two Option instances? 0.00
Why do I get "Attempt to add with overflow" when I'm... 0.00
How can I implement serde::Deserialize for arrays larger than 32? 0.00
How to re-use a Range multiple times without cloning it? +2.00
Immutable object changing to mutable depending on function signature +0.44
Why is an empty tuple returned instead of a mutable string slice wi... 0.00
Rust generics: expected type parameter, found &T 0.00
Rust meta / compound structs with marker traits 0.00
Why does Option<i32> lose mutability inside matched pattern? +0.30
Reducing match indentation for deeply nested properties +0.36
Why does `*mut T` implement `Unwindsafe` but `&mut T` doesn'... 0.00
Call function of one module from another module within same crate f... 0.00
Why rustc did not include libmariadb into release binary? 0.00
Treating idents as string in Rust macros 0.00