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 ... 7
Title Δ
Does serde skip attribute actually skip an enum variant? 0.00
Is it possible to write literal byte strings with values larger tha... 0.00
How to convert f32 to String with dynamic precision? 0.00
What is an underscore in Rust type? 0.00
When do you need to use type annotations? 0.00
Calling a function that returns Result<_,_> from a map method 0.00
Is there a way to annotate a function that takes an optional closur... 0.00
How to change order of letter in rust with swap? 0.00
Why does a reqwest response from api.color.pizza return unexpected... 0.00
Why does rustc say mismatched types? 0.00
How do I pass one type to a generic defined with two types in Rust? 0.00
Is it possible to return one String if the function call is in an p... 0.00
Serde serialize with proxy type for remote object 0.00
Pass a static string to a macro_rule in rust +0.39
How to get a feature requirement tag in the documentation generated... 0.00
How can I format a string like this? 0.00
Calling function recursively on all fields, and subfields in procma... 0.00
Call more than one function in match arm in Rust 0.00
Rust - How to initialize array of structs containing HashSet field? 0.00
How to add type annotations to generic impl block where the struct... 0.00
Macros with three optional parameters and one of them have to accep... 0.00
Cargo: how does it find git binary to use 0.00
How can I bound an associated type to work with the `?` operator? 0.00
How to get information about a trait by its name in a procedural ma... -2.39
Is there a way to define a tag field with Serde? 0.00
Is there a way to test macros in rust? 0.00
Idiomatic way to collect all errors from an iterator +1.58
Default implementation of supertrait 0.00
Add context to multiple Results from inner calls 0.00
How to determine the printing width of a type that can be formatted? -1.70
How to get the size of a struct field in Rust without instantiating... +2.00
How to get the size of a struct field in Rust without instantiating... -1.33
How do I use Option::or with references to Options? 0.00
How to iterate over several option vectors in Rust? 0.00
Rust Serde - Is it possible to map json data the could be in two di... 0.00
How to get a reference to data inside a mutable singleton without c... 0.00
Are the async/await capabilities in std a replacement for tokio? 0.00
How do I avoid duplicate code for a function that uses an optional... +2.13
What is the correct way to write the match statement for an enum wi... 0.00
How to use a constant from a trait when defining a struct? 0.00
Clear array of structs in Rust +0.04
Can I define a macro which will expand into a function call? 0.00
How to deserialize a TOML table containing an array of tables 0.00
Adding C binding to H3 Rust library -0.58
What does "T" stand for in Result<T, E> in Rust? 0.00
Is there a way of making serde_json deserialize strictly? 0.00
How to use std::iter::Iterator::map for tree-like structures in Rust? +1.88
Is CVE-2020-8794 a logical issue? 0.00
Why are len() and is_empty() not defined in a trait? 0.00
How can I iterate over a delimited string, accumulating state from... +2.62