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 2 3 4 5 ... 59
Title Δ
Will debug symbols affect the performance in Rust? 0.00
Cannot use alacritty dependency from git repository 0.00
How do I perform an `UPDATE FROM` using Diesel? 0.00
How to store and use an optional closure that accepts a reference a... 0.00
How can I compile the Rust core crate for a custom target using onl... 0.00
How can I emit an integer literal with a non-decimal base using the... -2.39
Is there a safe alternative to replace the unsafe slice::from_raw_p... 0.00
How can I iteratively call Sha256::digest, passing the previous res... +2.38
How to explicitly annotate the type of an array literal 0.00
the trait `rusqlite::types::to_sql::ToSql` is not implemented for `... 0.00
How to use Apache Arrow's Datafusion 1.0.0-SNAPSHOT as a depend... 0.00
Is undefined behavior possible in safe Rust? 0.00
What does dotenv().ok() do? 0.00
How can I create a Tokio runtime inside another Tokio runtime witho... 0.00
What is an alternative for conditional evaluation like if or match... -0.38
How do I get the key associated with the maximum value of a Rust Ha... +0.32
How can I have a grace period between starting an asynchronous oper... 0.00
Why does Option<i32> lose mutability inside matched pattern? -2.38
Is it possible to use a type to access a specific field of a Rust u... 0.00
What exactly is a Rust "toolchain"? 0.00
Could compiling my crate with a dependency on std in my integration... 0.00
What happens to the ownership of a value returned but not assigned... +0.36
Is it possible to compile one specific library with the nightly com... 0.00
How to bundle source files into one file? +1.61
Is it necessary to register a new waker every time Future::poll is... +0.31
Define a method in trait returning a default implementation of Self +0.33
How to convert the inner value in an Option? 0.00
How can I update the stable toolchain when I get the error "so... 0.00
AES-GCM 256 decryption fails even with correct data 0.00
Can a Rust pointer to heap-allocated memory be 0 when compiled to W... 0.00
How do I update a section of a Bytes/BytesMut? 0.00
Is it more conventional to pass-by-value or pass-by-reference when... 0.00
Can Rust constant expressions use traits like Default? +1.75
How to set up Tokio as a multi-threaded UDP server? -0.13
Is there a way to use tokio::main with a single threaded runtime in... 0.00
How to create a dedicated threadpool for CPU-intensive work in Tokio? -0.16
How can I clone an openssl::ssl::SslStream? 0.00
"wrong number of type arguments" when implementing IntoIt... 0.00
How do I use a macro to expand a tuple to its members as function a... 0.00
What is the runtime cost of include_bytes! or include_str? 0.00
How to assert two variables are equal when the implementation of Pa... +0.95
How can I join all the futures in a vector without cancelling on fa... 0.00
How to obtain the chunk index in Rayon's par_chunks_mut +2.18
How can I guarantee that overflow will not occur in const variables? 0.00
Is there a way to define a tag field with Serde? 0.00
Where should I put files that are used only in tests? 0.00
Is there a shorter way of writing function signatures that take and... -1.64
How do I extract an impl AsRef<Path> value from a Box<dyn... 0.00
How to deal with a crate being marked as containing a Trojan? 0.00
How to return an Option<_, _> from a getter method on a struct? 0.00