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 ... 11 12 13 14 15 ... 59
Title Δ
How can I implement a blocking queue mechanism with futures::sync::... 0.00
Is storing data and a mutable pointer to that data in a struct safe? 0.00
How can I move a value out of the argument to Drop::drop()? 0.00
Why does matching on the result of Regex::find complain about expec... 0.00
Why does the multithreaded web server example from the Rust book no... 0.00
How do I write a futures::Stream to disk without storing it entirel... 0.00
How do you read a YAML file in Rust? +1.57
Subtypes using generics-like construction 0.00
Why is calling a FnOnce closure a move? 0.00
How to use the Rust type system to prevent output to stdout? 0.00
How to install a Rust target for a specific rustup toolchain? 0.00
Is there any way of converting a struct to a tuple? 0.00
What's the easiest way to get the HTML output of an actix-web e... 0.00
How do I use the byteorder crate to read a usize? +1.35
How do I apply a limit to the number of bytes read by futures::Stre... 0.00
error[E0554]: #![feature] may not be used on the stable release cha... 0.00
How to write a custom derive macro? 0.00
Expected a slice, found an array when asserting they are equal 0.00
Can I modify a value inside a BinaryHeap that isn't the top val... -0.16
Future and Stream nesting with type problems 0.00
How can you get the TypeId of the inner value of a Rc or Boxed valu... 0.00
Lifetime issue with generic trait and slice::sort_by -0.19
How to do operator overloading on enums? 0.00
Unable to use if expression to append to string instead of if state... -0.09
How do you write test assertions inside of tokio::run futures? 0.00
Why can't Result be treated as a Future even though it implemen... 0.00
Cannot mutably borrow field of immutable binding 0.00
Why is &'a Box<Trait> treated as &'a Box<T... 0.00
Why does importing a custom derive Foo via `use some_crate::derive_... 0.00
Why can the Rust compiler break borrowing rules when using Rust 1.31? +0.84
How do I get a static path for tokio::fs::File::open? +0.90
Is it undefined behavior to dereference a *mut T cast to *mut Manua... 0.00
How to conditionally change a small part of a Rust macro? 0.00
Why are spawned futures not executed by tokio_core::reactor::Core? 0.00
How do I perform additional database queries when serializing a val... 0.00
How can I write to a BufWriter and get the content that is written? +2.41
What is the standard way to call a mutable method in a Rc-wrapped o... 0.00
Serde's Serialize implementation not found for Rocket's UUID 0.00
Why can I not call borrow_mut() after indexing into an immutable Ve... +0.35
"expected struct String, found struct schema::my_table::column... 0.00
What is the Rust equivalent of TypeScript's Array.map with dest... 0.00
Do I need to Box child structs of a Boxed struct to get everything... -0.69
Zero-cost abstractions: performance of for-loop vs. iterators +0.36
How can I mutate other elements of a HashMap when using the entry p... +0.34
How can I stop a BufReader from reading in Rust when using read_unt... 0.00
How can I free all structures that Rust allocated on top of an FFI... 0.00
What is the purpose of async/await in Rust? +1.50
Fastest way to check if a given word exists in a fixed list of words 0.00
Compiler says that data cannot be shared between threads safely eve... 0.00
How to pass an array of objects to WebAssembly and convert it to a... 0.00