StackRating

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

harmic

Rating
1562.91 (5,087th)
Reputation
15,983 (8,759th)
Page: 1 2 3 4 ... 10
Title Δ
Struggling to wrap a fmt::Formatter in io::Write -2.21
Dealing with dependencies of cargo crates 0.00
Dependending on what variant an enum is, how to return one of 2 dif... 0.00
Reading ZIP file in Rust causes data owned by the current function -1.14
Completion vs. readiness approaches to Futures: Rust vs runtime-bas... 0.00
How to date format an SQL result using Diesel? -0.58
Communicating with a child process through a Tokio UnixStream 0.00
How to connect to PostgreSQL? 0.00
How to peek on channels without blocking and still being able to de... +0.38
Why does Rust emit 280 lines of assembly code to print "Hello,... 0.00
How do I collect a futures 0.1 iterator into a vector? 0.00
What's the difference between using the return statement and om... -0.58
What is the benefit of a specifying a lifetime parameter for Diesel... 0.00
Why doesn't this stack variable need to be moved into the closu... 0.00
rust: how to write an `impl` with callbacks that refers to external... 0.00
Parse multiline comment with nom 0.00
How to infer an appropriate lifetime for an implementation using li... 0.00
How do I check if a thing is in a vector -0.09
Chain Vector and IntoIterator element in Rust 0.00
Is the only reason to use drain(..) to preserve the memory allocati... 0.00
Rust - Can't run complex terminal Command 0.00
Can one implement/derive Serialize on an enum without #[derive(Seri... +0.43
When exactly temporary object in function call is dropped in Rust? 0.00
Why do some register functions generated by svd2rust use unsafe whi... 0.00
How to link sqlite3 statically in Cargo.toml 0.00
Rust postgres execute, How to pass table name as a variable 0.00
PostgreSQL function is always called inside a transaction 0.00
PHP Queries Not Working After MySQL to Postgres Conversion + Odd Er... 0.00
Can I have non-static struct inside a static vector 0.00
pointer-like constant memory type in Rust 0.00
How can you iterate and change the values in a mutable array in Rust? 0.00
How can I call a variadic C function with a list of arguments pulle... 0.00
Universal impl for all T, &T, &mut T, [T], &[T], *mut T 0.00
Can I use itertools::PutBack::put_back in a loop? 0.00
How to get values from functions from within an if statement 0.00
Is there a way to parse a timezone abbreviation into a timezone off... 0.00
How do I intersect two HashSets while moving values in common into... -1.17
Returning Self to avoid moving out of borrowing content 0.00
How to install Rust toolset on RHEL in EC2? 0.00
How can I pass all command line arguments through Clap to another p... +0.42
Postgres. Insert rows that do not exist and update rows that alread... 0.00
How to create a binary file with Rust? 0.00
How to run postgresql function (seeing error while running) -0.05
Creating word iterator from line iterator 0.00
./a.out results '.' is not recognized as an internal or ext... -2.09
How can I keep two different columns in sync from two different tab... -2.66
Lack of lifetime of line from buffered reader prevents splitting line 0.00
Is it possible to mutate a struct's field inside a loop? +0.40
How do I statically link the openssl-sys crate into a shared library? 0.00
What is the meaning of `use path::{self}`? -0.11