StackRating

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

Vladimir Matveev

Rating
1615.13 (1,246th)
Reputation
73,923 (1,138th)
Page: 1 2 3 4 5 6 ... 17
Title Δ
Can I include modules "sideways" in Rust? 0.00
How can I improve compile times when I have a large HashMap literal? -2.31
Checking equality of custom structs 0.00
Implement foreign trait for foreign type +0.37
How to convert the Rust Mongo driver's BSON type to ObjectId? +1.58
UDP API in Rust +0.35
Why do I need to declare "extern crate core" to use libco... 0.00
What's the best way to pass an output `io::Write` to a function... -2.61
Implementing inherited functions in derived trait's implementat... 0.00
Slight tweak to custom FnBox code stops it from compiling 0.00
How do I modify Rc<RefCell> from inside the closure? 0.00
Adding codegen flags to a Cargo build 0.00
How do I move a variable out of a closure? 0.00
Is there a way to store the version information in a Rust compiled... 0.00
Does cargo install have an equivalent update command? +0.34
How to implement specialized versions of a generic function? 0.00
Moving collection out of context 0.00
How to apply trait inside a closure which is used as a function res... +1.26
How to handle "An unknown error occurred" when running a... 0.00
Generating documentation in macros 0.00
Closures - use of moved value 0.00
Cannot call a function in a spawned thread because it "does no... +0.33
Type mismatch "bound lifetime parameter" vs "concret... 0.00
Why doesn't Vec<T> implement the Display trait? 0.00
Last item in a BTreeMap / VecMap (`back()`) 0.00
What is the difference between generics and associated types? +0.35
How to extract two integers from a string? +0.96
How do you write a trait that returns an iterator? 0.00
What happens when you use multiple nested scopes? 0.00
Returning iterator of a Vec in a RefCell 0.00
How to end a borrow in a match or if let expression? +0.35
How can I lend a `str` to a thread without copying? 0.00
How to define build-scoped settings in multi-project .sbt builds? 0.00
Weird macro behavior for type inference 0.00
Rust & Serde JSON deserialization examples? 0.00
How to import a crate as a sub module? +0.35
Assigning values in a 2D array +1.75
How can I convert toml-rs result to std::collections::HashMap 0.00
Allocate based on arguments 0.00
Dynamically select a function to call without intermediate variables +1.53
Can casting in safe Rust ever lead to a runtime error? +1.76
Get enum as string 0.00
Sized is not implemented for the type Fn 0.00
Why are literal values copied from read-only memory to the stack be... 0.00
Return something that's allocated on the stack 0.00
Situations where a move to a function is actually wanted in Rust -2.54
Sharing a reference to an instance of trait between threads +0.36
Type issue with Iterator collect +1.32
Cannot move out of borrowed content on box 0.00
How to create an empty iterator for a certain collection type (list... 0.00