StackRating

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

Shepmaster

Rating
1621.85 (1,050th)
Reputation
178,829 (280th)
Page: 1 ... 13 14 15 16 17 ... 59
Title Δ
What is the impact of the return type in a function with a mutable... 0.00
How to use a socket contained in the Result type in a chain of futu... 0.00
How to return a reference to a global vector or an internal Option? 0.00
What is the Rust compiler flag to disable heap allocation? 0.00
How to iterate over JSON objects within a hierarchy? 0.00
How to use ioctl + nix macros to get a variable size buffer +0.33
How do I create a custom Content-Type with Iron? 0.00
How do I conditionally return different types of futures? 0.00
How do I count the number of distinct elements in an array column w... 0.00
Provide an example of querying Intel CPU capabilities using Rust... 0.00
It is possible to collect a &mut from an iterator? 0.00
Cannot move out of borrowed content trying to deserialize hyper::Re... 0.00
Why does serde_json::from_reader take ownership of the reader? 0.00
How can I borrow the item in an Option or create a new item when it... -1.63
How do I print both an expression and its value in Rust? 0.00
How can I specify which crate `cargo run` runs by default in the ro... 0.00
Why does returning a &[u8] rather than u8 from a function in Ru... 0.00
Can you use impl Fn to accept arbitrarily-sized closures as argumen... 0.00
Why can't I use `&Iterator<Item = &String>` as an... +0.46
How can string literals have different lifetimes if they are alive... 0.00
How to join arrays like JavaScript's destructuring? 0.00
What is the equivalent of a safe memset for slices? 0.00
How to generate rustdoc documentation for the [build-dependencies]... 0.00
Way to get current edition in build script? 0.00
How can I avoid running some tests in parallel? 0.00
Why can size_of be used on unsized types? 0.00
Where did this "static" lifetime came from? 0.00
Do Rust match statements require commas? -2.20
Nested constants in Rust 0.00
How to convert an Option<T> to an iterator of zero or one ele... 0.00
How can I implement a trait in scope for an enum of existing types... 0.00
How can I fix the error E0277: the trait bound `[usize]: std::marke... -0.40
Implementing a generic length delimited hex deserializer in Serde 0.00
What is the significance of a struct with a phantom lifetime? 0.00
How do I generate a random num::BigUint? 0.00
How can I get the compiler to warn me of unused code that is marked... 0.00
How to specify an environment variable using the rustc-env flag? 0.00
Is it possible to initialize a variable from an environment variabl... 0.00
The result of HMAC<Sha256> differs from another implementation 0.00
Expected output type changes when marking trait method and associat... 0.00
How to raise an integer to a signed integer power in Rust? 0.00
How do I detect overflow on a sum of integers using Rayon? 0.00
Why is the failure::Fail trait bound not satisfied by my Result typ... 0.00
What are the exact semantics of Rust's shift operators? +1.73
Can traits be used on enum types? 0.00
Unable to initialize a TriMat matrix from the SPRS library -2.56
How can I free memory allocated by Rust code exposed in WebAssembly? 0.00
How do I use the Entry API with an expensive key that is only const... 0.00
How can I link libraries to my C code and use that in a Rust binary? 0.00
Why does Valgrind not detect a memory leak in a Rust program using... 0.00