StackRating

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

Stargateur

Rating
1502.62 (340,523rd)
Reputation
8,883 (17,507th)
Page: 1 2 3 ... 9
Title Δ
How to show a total counter bar using indicatif with async? 0.00
How to convert an iterator of [u8; 4] into an iterator of u8? +2.68
Rust custom deserialize implementation +2.24
How to deny int variable without explicit type annotation in Rust? 0.00
Copy/Move an field that doesn't implement Copy -1.74
Implement Deserialize for a structure with Box +2.24
Receiver on "tokio::mpsc::channel" only receives messages... 0.00
How to map over only the Some() values in an iterator? -0.50
Rust trait alias 0.00
How to get serde to serialize an array of structs? -0.01
How to handle exception (Err) in unwrap_or_else? 0.00
How to use serde to deserialize a json formatted array of structs w... +0.01
Turn Vec<u64> into Vec<(&str, u64)> for tui::BarCha... +3.13
Convert &[Box<[u8]>] to String or &str +2.56
Why does using "Self" as a parameter type raise a lifetim... 0.00
how to parse a YAML containing a simple list together with a key-va... 0.00
How to emulate take_until_and_consume in nom 5.x? 0.00
How to create a dedicated threadpool for CPU-intensive work in Tokio? +2.60
Is this the right way to capture a string by value? 0.00
Deserialize variable meta object with serde 0.00
Can't pass closure to `Hyper::service_fn` 0.00
How can I pass a Vector inside a for loop that is iterating through... +0.52
Unable to deserialize chrono::DateTime from json 0.00
How do I test a meta-function without requiring the parameter funct... -1.54
How to make serde deserialize BigInt as u64? 0.00
How to transform a u128 integer to an Uuid with nom +0.51
How can I implement the Deserialize trait on the BigInt struct from... 0.00
Why does the reqwest HTTP library return binary data instead of a t... 0.00
Using () (and other zero-sized types) in FFI +2.04
Rust - '?' can only be used in a function that returns '... -1.90
Why does std::ops:Mul not require a restriction on the Output type? 0.00
How to set up DB-connection from environment in Rocket (Rust)? -0.48
Using a struct from another module in a new module 0.00
How can I forward/alias/delegate a function to a method? +2.80
How do I serialize and deserialize a graph using Serde with Petgraph? 0.00
Panic running async code while dropping Rust Future -1.94
Is the term immutable variable just a convention? -1.03
How do I implement a non-consuming IntoIterator for a struct with a... 0.00
Rust - How to parse UTF-8 alphabetical characters in nom? +0.51
How to convert a concrete integer into a generic integer? +0.94
How to have a struct that accepts closures calling methods from ano... 0.00
Rustlings Errors3.rs Convert From String Error - Trait Not Implemen... 0.00
logical 'and' in matching branches 0.00
Rust Lifetime issue when chaining local iterator in recursive funct... 0.00
Failed to infer type when using Result::map and Box 0.00
What is the correct way to drop a mem::forgotten array of strings s... 0.00
How to subtract an isize from a usize? +2.78
Rust compare Option<Vec<u8>> with Option<&[u8]> +0.00
What is proper Rust way to allocate opaque buffer for external C li... -1.64
How to compute arithmetic operations on a borrowed vector of elemen... +0.56