StackRating

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

huon

Rating
1626.36 (958th)
Reputation
57,447 (1,653rd)
Page: 1 2 3 ... 11
Title Δ
Use GCN-LSTM to generate descriptions for scenes represented by gra... 0.00
How is there a conflicting implementation of `From` when using an a... 0.00
Can I apply must_use to a function result? 0.00
Enums with constant values in Rust 0.00
What's purpose of ErrorKind::__Nonexhaustive? +1.49
Struggling with closures and lifetimes in Rust -0.98
std::ops::Add or core::ops::Add? -0.37
How to specify the path to a Cargo.toml 0.00
thread '<main>' has overflowed its stack 0.00
The “outlives” relation and actual scopes +2.33
Documenting items rustdoc cannot see 0.00
Writing a generic trait implementation with IntoIterator trait, but... +1.53
At what point can I pass the array back to my Rust program in order... 0.00
How to allow multiple implementations of a trait on various types o... 0.00
How can I modify a slice that is a function parameter? +1.75
Why do I get a list of numbers instead of JSON when using the Twitc... 0.00
GMP - mpf_cmp_si not working correctly for negative values 0.00
No method named `unwrap` found for type `regex::re::Regex` in the c... -0.54
Borrow-check error with variable not living long enough in nested l... 0.00
Mutate a shared mutable variable in multiple threads +0.31
How do I turn a circular buffer into a vector without an allocation... -1.35
Is it possible to have safe mutable aliasing to non-overlapping mem... +0.33
How does the Rust compiler know `Cell` has internal mutability? +1.44
How to avoid clone when destructuring tuple? 0.00
When would you use a Mutex without an Arc? 0.00
Unable to find crate that is listed in [build-dependencies] section -1.52
Why does kcov calculate incorrect code coverage statistics for Rust... 0.00
How do write a formatted string to a file? 0.00
How can I align a struct to a specifed byte boundary? 0.00
How can I prevent the Rust benchmark library from optimizing away m... +1.23
In Rust, is "as" an operator? 0.00
type annotations required in the context of associated types an ite... 0.00
Blanket implementations of traits with generics 0.00
What does the double-ellipsis operator mean in the context of a &am... +1.47
How to build an Rc<str> or Rc<[T]>? 0.00
Processing vec in parallel: how to do safely, or without using unst... 0.00
How to check if function pointer passed from C is non-NULL +1.05
Is it possible to extend a default method implementation of a trait... +1.46
Is it ok to return in main? 0.00
What is the difference between Copy and Clone? +0.34
Does <'a, 'b: 'a> mean that the lifetime 'b m... +0.32
Can I mark a function as deprecated? 0.00
Are the built-in integration tests run concurrently or sequentially? 0.00
Is there a built-in way to compare two Iterators? +0.36
What's the most idiomatic way to test two Options for equality? 0.00
How do I debug macros? +0.34
When does a closure implement Fn, FnMut and FnOnce? +1.43
Can Cargo.toml have Cargo tell rustc to include plugins? +1.82
Is there an easy way to cast entire tuples of scalar values at once? +1.12
Pattern matching on a temporary tuple with mutable references 0.00