StackRating

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

BurntSushi5

Rating
1520.62 (30,674th)
Reputation
6,754 (23,876th)
Page: 1 2
Title Δ
Rust vs python program performance results question +0.21
Simple word count rust program outputs valid stdout but panicks whe... 0.00
Is it possible to parse a text file using Rust's csv crate? 0.00
Ripgrep to only exclude a file in the root of the folder 0.00
Match string prefixes with different length 0.00
Regular expression doesn't work in Rust, what's wrong? 0.00
Rust: Reading and writing CSV performance 0.00
Why is wrapping a match statement in an Ok considered bad form? 0.00
Filter strings with regex 0.00
How to count regex matches in Rust? 0.00
How to get overlapping regex captures in Rust? +3.85
How to output lines before and after a match while iterating over l... +3.65
Why can I return an owned value which uses 'char.to_ascii_lower... 0.00
How can I store a `regex::Match` object in a struct without lifetim... 0.00
Regex if then without else in ripgrep 0.00
search start/end of word with ripgrep 0.00
Optionally `Take` records from a CSV +3.86
Find how many characters a regex has looked at in a string before s... 0.00
SIMD code works in Debug, but does not in Release 0.00
How to read a non-UTF8 encoded csv file? 0.00
How to split by an unknown number of tabs, spaces, and newlines in... 0.00
Could not find `ReaderBuilder` in `csv` 0.00
Regex::captures_iter on an XML file is slower than expected 0.00
How do I do a regex string substitution using a Regex with backrefe... 0.00
Is it possible to set a boolean option as 'true' by default... +0.79
How to print a u8 slice as text if I don't care about the parti... +2.04
What's the most sensible way to emulate lookbehind behavior in... +3.62
How does interior mutability work for caching behavior? 0.00
HOWTO: Idiomatic Rust for callbacks with gtk (rust-gnome) 0.00
Coercing String to &str +3.98
Cannot implement quickchecks Arbitrary for my own type - "sour... -3.90
Capturing a trait in a struct that is only used in the implementation +0.89
Cannot move out of borrowed content when borrowing a generic type 0.00
What's the difference between the "serialize" and &qu... 0.00
Parsing docopt argument types (any language) 0.00
How do I use a feature of a dependency only for testing? 0.00
Trying to `use` enum results in "unresolved import" 0.00
How can I convince the borrow checker to allow me to cache values? +3.88
How to store a process in rust 0.00
Cargo.toml for lib +3.92
Dealing with Result within Iter +5.59
Rust: How to create struct with string members? 0.00
How to loop over boxed iterator? 0.00
declare type of variable in for loop iterating over range 0.00
How to fix: cannot infer an appropriate lifetime for automatic coer... 0.00
Move vs Copy in Rust -2.81
When is rng.gen() not true? +0.93
Reverse a string in 0.10 0.00
Passing a Vec into a function by reference -3.32
Can I split crate in multiple files without introducing modules for... 0.00