StackRating

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

kmdreko

Rating
1593.93 (2,071st)
Reputation
4,030 (41,616th)
Page: 1 2 3 ... 7
Title Δ
"cannot return value referencing temporary value" and int... 0.00
Rust doesn't recognize that a borrow ends at the end of a loop 0.00
Can't compile bitvec 0.19.4 "multiple `BITS` found" 0.00
Seemingly inconsistent borrow-checker behaviour in loops -0.38
How to have iterator chain do for_each() and also return a count? +1.79
Un-interleave an iterator into two separate iterators 0.00
(Rust question) C++ double pointer to void meaning 0.00
Rust language - Drop & Borrow checker 0.00
Is it possible to override default trait implementations in Rust? +1.95
cannot use `*last_node` because it was mutably borrowed 0.00
How this mixed-character string split on unicode word boundaries 0.00
Rust Snafu Crate: no method named `fail` found for enum `Error` in... 0.00
How to specify a Rust struct field must satisfy a trait when the st... 0.00
Rust can't insert different structs into hashmap -0.22
What is the most efficient way to prepend a `&str` to a `String`? -1.07
Is there a shorter way of appending to a vector in a method call th... 0.00
Using a custom transporter for Rust's hyper http crate 0.00
How to combine a collection of tracing subscribers in one? 0.00
Pin::as_mut(&mut self) 0.00
how to refactor rust code to resolve borrow that reference parent i... 0.00
How to remove first and last character of a string in Rust? +0.35
Why do `x + y` and `*x + *y` give the same result when x and y are... 0.00
How can I borrow an index return by .iter().enumerate with longer l... 0.00
Why is "the temporary is part of an expression at the end of a... 0.00
How do I fork/exec a process which forwards all arguments in Rust? +1.58
Depending on Build Target, use fltk::osxMenuBar or MenuBar in fltk-rs 0.00
Check Value of bool in Rust Macro +0.40
What does :: (double colon) mean before an identifier? -1.43
Understanding the dbg! macro in Rust 0.00
How to effectively build a byte array from calculated parts? +1.59
How to include a file in two files (including main) in rust and dir... 0.00
How to get UTF-8 index of char in Rust 0.00
How do I call Regex::replace_all when the replacer uses a variable? 0.00
Passing an iterable, or a collection to a function 0.00
Wouldnt ManuallyDrop without drop call cause memory leak? 0.00
Why does adding mut to passed Iterator reference solve this? 0.00
Check if a file is a symlink in Rust 2018 on Windows 0.00
How to iterate over a function that takes an str and returns a String -0.08
Rust - open dynamic number of writers +1.82
How to get a &dyn T from a Box<dyn T> 0.00
Channels for passing hashmap between threads | stuck in loop | Rust 0.00
How to implement IntoIterator for Tree<T>? +2.13
Unknown size compile error when defining generic trait -2.40
cannot infer type for type parameter `I` declared on the associated... 0.00
Is there a way to get every n * i element of a vector? 0.00
Determine The Bit Depth of a DynamicImage in Rust -0.46
Can safety be guaranteed when storing 2 copies of a raw pointer cre... 0.00
Actix-web throws - App data is not configured, to configure use App... 0.00
Is Rust entirely independent of the OS and C? -0.19
Rust: is `Box<T>` really similar to `&'static T`? 0.00