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 5 ... 6
Title Δ
Can I automatically return Ok(()) or None from a function? 0.00
What are the semantics of Future::then? 0.00
Why do I get a trait not implemented for an optional field in Diese... 0.00
An opened image as a global variable? 0.00
How do I make a long sequence of chained as_ref().unwrap()s more me... 0.00
Error when deriving Copy on a struct containing nalgebra's Vect... -1.74
Checking for integer overflow in Rust -0.38
How to delete a published crate from crates.io? +0.38
What is an efficient way of parsing a string of single-character co... 0.00
How do I create random non-overlapping coordinates? -0.46
What is the most idiomatic way to merge two error types? +0.47
Non-primitive to primitive cast in Rust? 0.00
What is the best way to refer to a static method from another stati... +0.46
Hash map macro refuses to type-check, failing with a misleading (an... 0.00
Get the number of elements stored inside an n-dimensional vector 0.00
Why does a variable assignment in a loop before a continue statemen... 0.00
Does any language have a unary boolean toggle operator? -0.50
How to insert sized traits into a collection 0.00
When should I use direct access into a Rust Vec instead of the get... 0.00
Convert traits for std error types are typically missing 0.00
Is there a way to make expect() output a more user-friendly message? +1.59
Why does Rust not allow the copy and drop traits on one type? +0.48
How do I declare the implementation of a function that takes a trai... 0.00
How to manually return a Result<(), Box<Error>>? +0.48
Why do I get a "match arms have incompatible types" error... 0.00
Is there any trait in Rust that gets notified if a structure is mov... -0.44
How to ensure my function will receive a Vec of valid length? +1.61
Get value out of optional HashMap only when present 0.00
How do I list a folder and return all the file names of a specific... 0.00
Can I have optional trait bounds? -0.74
How do you unwrap a Result on Ok or return from the function on Err? +0.48
What is the difference between `Some(&a) => a` and `Some(a)... -0.49
What is the most general trait I can use to allow for accessing the... 0.00
Is there a short notation for slicing columns from a 2D-array in Ru... 0.00
casting *mut u8 to &[u8] without std +2.28
How to make the "shortcut" for gitlab pages available? 0.00
How do I call a trait method on one of two Results when the trait i... 0.00
Is there a way to achieve an optional expression in a macro? 0.00
When or why should I use a Mutex over an RwLock? 0.00
Generalizing over adding unsigned and signed integer types 0.00
Store references to self +0.48
Is there a way of extracting a value from a &mut enum when the... 0.00
Why does a match expression not report an error for a catch-all arm... +1.98
Cannot link program using cairo-rs: "linking with `cc` failed&... 0.00
Why is a cast needed when a closure is passed as a trait object arg... 0.00
Is there a limit to the size of a BigInt or BigUint in Rust? 0.00
How do I solve the Rustlings exercise "move_semantics3.rs"? 0.00
What is the difference between Cargo's environment variables RU... 0.00
Alternative functional style written in rust +0.47
How to overload the reference operator? -0.75