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 4 ... 10
Title Δ
Understanding a lifetime issue 0.00
How do I compile a Rust project to Wasm without using wasm-pack? 0.00
Serde deserialization of partial structs with actix_web 0.00
How do I test a meta-function without requiring the parameter funct... +1.54
Custom literals via Rust macros? 0.00
Rust: Using a generic trait as a trait parameter +1.90
Rust TCP socket server only working with one connection 0.00
Mysterious conflicting implementations -1.38
Create method on iterator that returns iterator in Rust 0.00
How do you format a float to the first significant decimal and with... 0.00
Cannot infer type for type parameter T, when the type is explicitly... 0.00
Defining a macro that passes params to a function +0.40
In Rust, is there a function for continuously "folding" a... -0.02
How to test for type equality in Rust? 0.00
How can I create a stream where the items are based on items that t... +0.93
Access non standard file descriptors of child process 0.00
Does Java have generics deduction like C++ templates? -0.45
Why does fs::read_dir() returns an iterator over Result<DirEntry... +1.70
Why recursive async functions require 'static parameters in Rust? 0.00
How use Rc Refcell in rust (and stdweb) 0.00
Is there a way to write a generic function that will extend an enti... 0.00
Spawning threads and keeping data from them +0.40
Why does '?' operator use From instead of Into? 0.00
Cannot define appropriate rust lifetime requirements 0.00
Modifying a Cell<NonNull<T>> through multiple owners -... 0.00
Understanding the Send trait -0.10
How can I simplify multiple uses of BigInt::from()? -0.27
How to create atomic from unsafe memory in Rust +1.72
How do I use a value after calling Option::map? +0.40
rust-how to combine this marco with loop/recursive? 0.00
How can I make a static array with references to trait implementati... 0.00
How do I transform special values into Option::None when using Serd... 0.00
Why does returning a string slice instead of a usize prevent mutati... -0.12
How to have a function as a member in a struct 0.00
How do I get Cargo to save the name/version of a package to the &qu... 0.00
expected struct `std::string::String`, found struct `std::str::Split` 0.00
How do I convert a Rust numeric type but only if it fits? +0.39
How to get at one particular item in JSON file using serde_json wit... -0.93
How to change the value of an Arc<u64> in a struct? 0.00
In C++ struct, what is the difference between default value and def... +0.39
How to enable ? feature to substitute unwrap in rust? 0.00
How do I test if a letter is in a list? 0.00
Using vec in a struct 0.00
How can I prevent the last argument from needing to be quoted with... 0.00
setInterval timer be more slower when go another chrome tab 0.00
Is it sound to transmute a MaybeUninit<[T; N]> to [MaybeUnini... 0.00
Priority stack in C++ -1.28
Use a module inside of a module in Rust 0.00
How to accept str, String and &String in a single rust function 0.00
Why is one variable undefined outside of the IIFE while the other i... -0.89