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 ... 17 18 19 20 21 ... 59
Title Δ
Is it possible to share a HashMap between threads without locking t... 0.00
Is there a built-in function that converts a number to a string in... -2.54
How can I use Rayon to split a big range into chunks of ranges and... +0.88
Is there a trait for only primitive types that I can use in a gener... -0.59
Cargo fails to compile rust-qml on Windows 10 0.00
What are non-lexical lifetimes? 0.00
How do I convert two u8 primitives into a u16 primitive? +1.60
Is it possible to upcast to a trait when destructuring enums? 0.00
Why can I not borrow a variable as mutable more than once at a time... 0.00
How do I form a slice from a HashSet? +0.36
How can I use the format! macro in a no_std environment? -0.11
How do I share a struct containing a phantom pointer among threads? -2.25
Is it possible to spawn work on Tokio's current thread within t... 0.00
How can a function require that a type implement a trait without re... 0.00
How do I execute `cargo bench` on a per-file basis? 0.00
Why do I get a mismatched type error (expected mpsc::Receiver, foun... 0.00
How do I filter out an iterator's values where calling a functi... 0.00
How can you wait for detached threads or control how threads are sp... 0.00
Can I use `std::path::Path`'s `strip_prefix` to replace a dynam... -0.61
How can you get the sum of all keys in an array of structs? 0.00
How to write a trait bound for a reference to an associated type on... 0.00
What is the Rust equivalent of a TypeScript hashmap with optional t... +1.34
Is there a way to tell the Rust compiler to call drop on partially-... 0.00
How to convert std::fmt::Arguments to a string? 0.00
Is there a way to emulate the Java behaviour of calling a parent cl... 0.00
How do I check if a file has a certain mode in Rust? 0.00
How to use macros from re-exported crates -0.39
How to use StructOpt to parse an argument into a Vec without it bei... 0.00
What is the Rust way of keeping borrowed values in a collection? 0.00
Should Conway's Game of Life have an infinite map or should it... 0.00
How to return an anonymous type from a trait method without using B... 0.00
Why do I need to provide lifetimes for a struct's generic param... 0.00
How do I convert a Tendril<UTF8> to &str or String? 0.00
Why does `&value.into_something()` still result in a moved value? 0.00
How to convert a usize to a single char? -2.57
Is it possible to exclude reference arguments in a generic function? 0.00
How do I use Tokio Reactor in a #[no_std] environment? +0.39
Why does the Rust book present assigning a variable to another as c... 0.00
How do I merge Streams in Futures 0.2? 0.00
How to make an argument optional based on the presence of another o... +1.46
Is a Rust function which generates a String of SQL vulnerable to SQ... 0.00
Can a function accept an argument of type Option or &str or Str... 0.00
"process launch failed: unknown error" when trying to run... 0.00
Is there an API to race N threads (or N closures on N threads) to c... -0.62
Why it is not possible to use the ... syntax in expressions? 0.00
What is the Rust equivalent of C++'s shared_ptr? +0.38
Cannot infer an appropriate lifetime for a closure that returns a r... -0.80
Cannot move out of borrowed content when filtering a Vec<String&... -1.06
Why does a integral literal infer the same type as it is added to i... 0.00
How to capture the output of a process piped into a Rust program? +0.89