StackRating

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

E_net4 the comment flagger

Rating
1568.48 (4,231st)
Reputation
12,414 (11,819th)
Page: 1 2 3 ... 7
Title Δ
How do I iterate over the lines of a (huge) gzipped file? 0.00
How to declare generic parameters of the same type except for lifet... 0.00
Remove bounds checking in Rust loop in attempt to reach optimal com... +0.40
Why does "break" not need a semicolon when ending a "... +1.97
Why do I get the error "there is no reactor running, must be c... 0.00
How to write multiple condition in if let statement? -1.60
How to draw OpenGL triangle from other thread in Rust 0.00
How do I access a Navigator or other web-based resources in web_sys? 0.00
How do I compile Rust code without linking, i.e. produce object fil... 0.00
Why is "one type is more general than the other" in an Op... 0.00
How to create a byte slice constant with specific value? 0.00
Why are iterators in Rust seemingly very slow when I iterate over t... 0.00
Should an Error with a source include that source in the Display ou... 0.00
How do I use the blanket Into trait implementation to convert back... 0.00
Is there an "Optimize debugging experience" compiler flag... 0.00
Passing Rc<RefCell<T>> back and forth between C++ and R... 0.00
Why does a trait type `Box<dyn Error>` error with "Sized... 0.00
How to statically assert the end of a function is unreachable 0.00
What is Dyon's Memory Model? 0.00
Is there a warning for undocumented sections? -1.35
Can I use an async fn as a handler in Rocket? 0.00
How to return a reference to a method and the struct it relates to 0.00
Serde internally tagged enum with common fields 0.00
How do I convert a C-style enum generated by bindgen to another enum? +0.38
Can't closure return a reference? 0.00
How can I pipe bytes from a reader to a writer with an interceptor? 0.00
Does Error::description being soft-deprecated mean that I have to r... 0.00
How do I cast a slice of unsigned integers to signed integers of th... 0.00
Why are mutable values from an iterator created with cycle() not up... +2.23
Replace file extension of path in rust 0.00
What is the point of an explicit lifetime for a method that doesn&#... -0.57
Where does the custom Cargo command "install-ra" in rust-... 0.00
How does the ? operator interact with the From trait? -0.01
Why is the compiler letting me borrow another borrow in a box? 0.00
When adding `#![no_std]` to a library, are there any disadvantages... 0.00
How can I store an ndarray in a struct when ndarray::dimension::dim... 0.00
How can Rust code check for exceptions thrown by calls to Java code? 0.00
How do I implement From to convert one Result type to another? 0.00
How to save ndarray in Rust as image? 0.00
Should I implement AddAssign on a newtype? 0.00
How do I switch two sections of a vector without conflicting borrows? 0.00
Should I compare a std::string to "string" or "strin... -1.53
Syntax meaning for `impl<'a> Config<'a> {` -1.21
Can a trait have a supertrait that is parameterized by a generic? -2.24
Cannot use format_args! due to temporary value is freed at the end... 0.00
How do I intersect two HashSets while moving values in common into... +1.16
Simultaneous mutable access to arbitrary indices of a large vector... -1.19
Unpacking structure to l-value tuple in Rust 0.00
How do I return a mutable reference to an Optional boxed Trait stor... +0.42
How does Rust prevent data races when the owner of a value can read... 0.00