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 ... 36 37 38 39 40 ... 59
Title Δ
Why does Rust need to return static sizes? 0.00
How do I set values of existing structs? 0.00
Parse a string containing a Unicode number into the corresponding U... +0.77
The compiler suggests I add a 'static lifetime because the para... +0.42
Is there a more beautiful way to convert a character literal to its... 0.00
How to decode and encode a float in Rust? -0.17
Running interruptible Rust program that spawns threads 0.00
How to sort ReadDir iterator -0.48
How do I 'pass down' feature flags to subdependencies in Ca... 0.00
Why is it discouraged to accept a reference to a String (&Strin... 0.00
Strange type error when producing new sequence in map closure +0.85
How can I implement a min-heap of f64 with Rust's BinaryHeap? -1.26
BufReader: move after for-loop with bufreader.lines() -0.15
Can I have a generic type bound that requires that type to be a tra... -1.52
How can I pass multiple elements from a collection into a function... 0.00
Reverse iterating over a &vec versus vec.iter() -0.57
Who has ownership of a struct's members in a function that take... -2.24
Error when linking C / Rust "Hello world": undefined refe... 0.00
Why is *mut i8 used for the type of WINDOW in ncurses-rs? 0.00
Why do I get an error when adding an integer to a floating point? 0.00
How can I build object files with Cargo? 0.00
Why can Cell in Rust only be used for Copy and not Clone types? -1.45
Result<usize, std::io::error::Error> does not implement expec... +0.31
How can I use a HashMap with f64 as key in Rust? -0.73
How can I find the path in rust-fuse? 0.00
How can I do a mutable borrow in a for loop? 0.00
What is the difference between casting to `i32` from `usize` versus... +0.31
How can I write data from a slice to the same slice? -0.27
What is the right way to allocate data to pass to an FFI call? 0.00
Should I pass a mutable reference or transfer ownership of a variab... 0.00
Unable to call a function from a vector of callbacks, get `expected... 0.00
Putting a requirement on the type of a member of a trait implementa... 0.00
How to write an integer as a string to a byte array with no_std? 0.00
Using impl Trait in Trait definition -1.15
How to return a vector of boxed traits using map (functional rather... +1.82
tokio-curl: capture output into a local `Vec` - may outlive borrowe... 0.00
const fns are an unstable feature when using AtomicUsize::new 0.00
How to return a JSON file using a Nickel template? 0.00
How to randomly select a format string -1.33
Deriving `Clone` results in unexpected compiler error (unlike the m... +0.44
Unable to create a polymorphic type because the trait cannot be mad... +2.21
Does Rust provide a way to parse integer numbers directly from ASCI... 0.00
Is it possible to match on Option<Vec<T>>? 0.00
Implementing a trait for closures results in bound/concrete lifetim... +0.13
Why is drop not called for a logger implementation? 0.00
Confusing error in Rust with trait object lifetime -0.08
How do I use the Rust memory allocator for a C library that can be... 0.00
In-place heapsort using std::collections::BinaryHeap -1.49
Skip part of loop while thread is sleeping +1.77
Iterating over named regex groups in Rust -1.94