StackRating

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

Frxstrem

Rating
1575.61 (3,425th)
Reputation
19,568 (6,995th)
Page: 1 2 3 ... 10
Title Δ
Rust calling default implementation of function in specialized vers... -2.14
Calling async function from closure 0.00
Converting array of mutable pointers to mutable references with con... +2.33
What is the canonical way to take one extra element in an iterator... 0.00
A cell with interior mutability allowing arbitrary mutation actions -1.29
How do I create a trait object that implements Fn and can be cloned... 0.00
how to use nix::mount::mount() replace with libc::mount() in Rust 0.00
Anonymous slice lifetime 0.00
&[u8] cannot be indexed by RangeFull? 0.00
How to call a `dyn Fn` which is a field? 0.00
Why is Sized required when using Self as a type parameter? 0.00
How to use internal #[derive(Debug)] in std::fmt::Debug +0.40
How to fix unused lifetime? 0.00
from a stream "FramedRead" how to "do something"... 0.00
Using conditionally compiled module under `cfg` macro 0.00
Open a tab and run script +0.39
Get or create no-required field Option<T> 0.00
Are there cases where explicit type ascription can be less verbose... 0.00
Can Rust constant expressions use traits like Default? -1.35
How to disambiguate generic trait method call? -0.52
Is there a way to construct tests in Rust to throw a warning when n... 0.00
How to set a structure's field to None in const fn new()? 0.00
Passing callback into tokio task 0.00
How do I load SQLX records to Vec of structs in Rust 0.00
Why does map.find use < operator and not == operator? +0.38
how to annotate trait implemetation which returns Self, has specifi... +0.39
Read from TlsStream<TcpStream> using `tokio-rustls` in Rust 0.00
Process never exits after successfully receiving from mpsc channel... 0.00
Rust: Method "poll" not found in `impl std::future::Future` 0.00
Understanding non lexical lifetimes when calling functions that ret... 0.00
Read fragmented TCP packets with TcpStream in Tokio 0.00
Reference is held beyond being used eventhough the scope has owners... 0.00
How to use map for Box<dyn Stream<Item=()>>? 0.00
Is it possible to have a type with a larger alignment than its own... 0.00
Wrong Math result for 1 + 2 - 3 * 4 / 5. Getting 1 instead of 0.6 -0.26
Javascript operator precedence question: i = i— + ++i -0.03
How do I resolve the compilation error "Unpin not implemented... 0.00
How to define closure type to send into thread safetly 0.00
Why Rust can't coerce mutable reference to immutable reference... +1.50
How do I get the value and type of a Literal in a rust proc macro? +0.40
Vectors borrowing and ownership -0.11
Cannot share Arc variables when spawning threads 0.00
Why does this code behave differently in NodeJS? 0.00
Rust futures -- adapting a function as a Sink 0.00
What are best practices when creating an anonymous variable with st... 0.00
Cargo.toml: how do I select a dependency's feature based on my... 0.00
How can I set the linker only if necessary for cross compilation? 0.00
Is an Option type smaller than the wrapped type plus a boolean? -0.28
Can Rust code compile without the standard library? +1.53
How can I join a Vec<> of i32 numbers into a String? +0.53