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 4 5 ... 9
Title Δ
Is there a more concise way to format .expect() message? 0.00
How do I use a specific edition of Rust? 0.00
How to return a Result containing a serde_json::Value? +0.10
What is the difference between literal string and Args in Rust? 0.00
Segfault when dereferencing a typedefed pointer passed from Rust to C 0.00
What is the Rust equivalent of a JavaScript object when encoding wi... 0.00
Getting index of item in partition function +2.09
How do I read and process N lines of a file at a time in Rust? 0.00
How would one duplicate the behavior of poll for POLLPRI in mio? 0.00
Is there a way to merge two iterators into the same Vec? -1.34
How can I split a stream on either carriage return (\r) or CRLF (\r... 0.00
str::contains works with references but not with the actual value 0.00
How do I write to a specific raw file descriptor from Rust? -1.36
How can I display help after calling Clap's get_matches? 0.00
How to print both the index and value for every element in a Vec? +0.52
Check if length of all vectors is the same in Rust -1.28
How to "deserialize with" for a container using serde in... 0.00
How to update all the values in a BTreeSet? -1.10
Revert to previous value in a HashMap +0.52
Different network behavior in Rust vs Java when sending packets as... 0.00
Problem converting a tagged C union to a Rust enum because of memor... 0.00
Is there a better functional way to process a vector with error che... +2.52
How do I call a built-in Dyon function from Rust? +1.53
How do I print STDOUT and get STDIN on the same line in Rust? -0.48
Why is are my published ports not working? +0.03
Is there a way to directly access a field value in an enum struct w... +2.23
serde-xml-rs deseralizing u8 works but not u16 0.00
Why are the results of hash() and hasher.write() not the same? 0.00
Why is the TARGET environment variable reset when compiling a Rust... +0.53
How do I resolve the error "no module in the root" when u... +2.71
Cannot use the futures-util crate with Actix because the trait Futu... 0.00
What is the idiomatic way to get the index of a maximum or minimum... -0.27
Why can I not access this Rust simple server from the Internet? 0.00
Why can't I use the ? operator in my main function on a functio... +2.47
How do I partially sort a Vec or slice? 0.00
Why do I get "does not live long enough" in a return value? -0.89
Send to each futures::sync::mpsc::Sender in array +0.04
How do I change the names of the values in a clap argument that tak... 0.00
Is it good practice to require associated Error types implement Deb... 0.00
How do I gracefully shutdown the Tokio runtime in response to a SIG... 0.00
How do I add a signed integer to an unsigned integer in Rust? -1.81
How do you work with a C++ function that returns a shared_ptr<T&... +0.54
Custom deserialization of an array or array of values using Serde -0.46
What's the idiomatic way to convert a Result to a custom Fail i... 0.00
Why debug print does not formatted an enum as expected? 0.00
How do I write a wave file with markers in rust? 0.00
Is there a way to tell Serde to use a struct field as a map's k... +0.51
Is using the type `[my_struct]` the correct way of passing an array... -1.52
Can Serde deserialize JSON to one of a set of types depending on th... 0.00
struct contact { int n1; float n2; char st[10] } d1; +0.53