StackRating

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

Boiethios

Rating
1511.37 (62,427th)
Reputation
10,954 (13,700th)
Page: 1 2 3 4 ... 6
Title Δ
Overriding Rust installation default paths `$HOME/.cargo` and `$HOM... 0.00
How to use generic function to reduce this duplicate code -1.59
How to move values out of a vector when the vector is immediately d... +2.72
Returning array from Rust to FFI +0.48
What is the order of function arguments evaluation and structs init... 0.00
Why does the &str primitive exist? +0.53
Best way to check if option.is_some() && option == x -1.87
Implementing slice for custom type 0.00
How to build the docs.rs documentation of an FFI crate when the nat... 0.00
How to create a vector of RwLock in rust? 0.00
How to create atomic from unsafe memory in Rust -1.72
Program still runs on one thread using par_iter and par_extend 0.00
Multiplying elements from two different arrays 0.00
How to verify if a data source name is valid? 0.00
Why does cloning data inside a closure not prevent the error "... +0.46
Proper way to access Vec<&[u8]> as strings -0.53
Using the nightly version of a crate? 0.00
How do I replicate Haskell's `scanl (+) 0 xs` in Rust? +0.84
Do I have to implement a trait twice when implementing it for both... -0.79
edition = "2018" use or not use `extern crate <name>` 0.00
How can I transform an iterator trait object of concrete types into... 0.00
Why does Box<[T]> need 16 bytes in memory, but a referenced s... -0.48
Multiple borrow in previous iteration of loop +0.47
Is it possible to cause a memory leak in Rust? +0.46
What does [..] mean for Rust slices and what is it called? 0.00
How can I get the T from an Option<T> when using syn? +0.47
Writing a Rust test which expects a segfault -0.53
How can I convert a temporary String to a &str? +2.16
Is it possible to set and unset the autoproxy (WPAD) and "appl... -0.07
How to disable lints for the "bin" target only 0.00
Accessing two vectors in a struct locked by a mutex +0.43
Temporary Lifetime in Arc in Rust 0.00
How to get Deref coercion when using impl Trait 0.00
What are the valid path roots in the use keyword? -0.97
How to include types from the main module in other files from the s... 0.00
How to copy instead of borrow an i64 into a closure in Rust? +0.45
In function parameters, what is the difference between using the re... +0.07
Should we use Option or ptr::null to represent a null pointer in Ru... -1.36
How can I concatenate two slices or two vectors and still have acce... +2.67
How to push a value to a Vec and append it to a String at the same... -1.85
How does Rust understand to call the appropriate implementation of... +2.94
how to add a negative i32 number to an usize variable? 0.00
How do I specify types for a trait parameter? 0.00
How to flat_map and split from an iterator of Strings 0.00
Rust method that accepts and treats any kind of string as immutable... -1.72
Very newbie question - How to make a new source file and call it ma... -0.02
Why does the Rust compiler give an uninitialized variable error whe... 0.00
Casting Rc<ConcreteType> to an Rc<Trait> -0.09
How can I construct and pass an iterator of iterators? 0.00
Primitive variable does not live long enough 0.00