StackRating

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

Shepmaster

Rating
1621.85 (1,050th)
Reputation
178,829 (280th)
Page: 1 ... 19 20 21 22 23 ... 59
Title Δ
How can I get the message string from std::io::Error? 0.00
How do I keep a mutable reference to the last node while building a... +1.33
Generic function with traits to read a number complaining about Err... 0.00
How to create a factory function where the data you're creating... +1.44
How do I use SXD-XPath to iterate over a nodeset and print out ever... 0.00
Does Rust have syntax sugar for creating an array with an appended... 0.00
How to convert a Vec into an array without copying the elements? +0.43
How can min_by_key or max_by_key be used with references to a value... 0.00
How can I enclose a mysql::Conn in a lazy_static macro? 0.00
What does the Value::into method from the serde_json crate do? 0.00
How to store a reference without having to deal with lifetimes? 0.00
How to increment every number in a vector without the error "c... -2.88
Is there any straightforward way for Clap to display help when no c... 0.00
What is the proper way to pass a module as an argument? 0.00
How to build the Rust compiler to use a custom fork of LLVM? 0.00
How do I create a vector of functions with generic type parameters? 0.00
Is there a way to signal that an impl trait type also implements ad... 0.00
Is there a way I can access a macro from a dependency's depende... 0.00
Is it possible to change Rust benchmark results to a different time... 0.00
How to return a struct with a reference to self in Rust? 0.00
Should trait bounds be duplicated in struct and impl? -0.35
Is there any way to represent an OsStr or OsString literal? 0.00
How to translate "x-y" to vec![x, x+1, … y-1, y]? -0.16
How can you modify the value in a raw pointer without converting it... 0.00
Storing value of a pointer in another pointer in Rust +1.33
How do I deserialize a JSON array without needing a wrapper type? 0.00
Why does calling filter on a vector not remove elements from the ve... +0.34
no `PROT_READ` in `sys::mman` error while using nix mmap 0.00
Find the first specific enum variant in an iterator and transform it 0.00
How do I fix "cannot find derive macro in this scope"? 0.00
Is there a way to get a BufWriter's buffer length? 0.00
How to split string into units of each character +1.50
How to give a mocked value to a function which needs a reference wi... +1.47
How do I implement Queryable and Insertable for custom field types... -0.24
How should I marshall a Rust function with a &str, Option, and... 0.00
Getting multiple URLs concurrently with Hyper 0.00
Create a Petgraph graph from a Vec<(String, String)> loaded f... 0.00
Is there a way to deserialize arbitrary JSON using Serde without cr... +0.35
Is there a way to get a negative number with binary assignment with... +1.14
Why do I get "missing lifetime specifier" or "wrong... 0.00
Can you implement math ops on structs without explicit references o... 0.00
How do I get Rust's openssl crate to decrypt data from the symm... -0.64
A trait with a Sized supertrait still has the error "std::mark... 0.00
Is there a way to do a for loop that is neither iterative nor linear? +2.13
Passing a JavaScript string to a Rust function compiled to WebAssem... +0.86
How to create a vector of boxed closures in Rust? +1.82
Why does Iterator::all need the iterator to be mutable? +1.80
Is there an Rust equivalent to the C preprocessor's __DATE__ an... 0.00
How can I assign a value to the stack pointer of an ARM chip in Rust? -0.61
Match an owned variable, then get access to the variable again 0.00