StackRating

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

Jmb

Rating
1516.58 (39,961st)
Reputation
2,831 (59,687th)
Page: 1 2 3 ... 5
Title Δ
How to write SPI DMA code inside a Rust struct implementation? 0.00
Detecting a ConnectionReset in Rust, instead of having the Thread p... 0.00
Rust borrow checker throwing error in if statement +0.85
How to effectively build a byte array from calculated parts? -1.59
Issues referencing and mutating id_tree Rust 0.00
Rust - Is the stack size different for debug vs. release mode? -0.52
Postgres & Rust R2D2: How to get array_to_json as text/string w... 0.00
Assignment to dereferenced self - what does it doo? +2.15
Guidance adjusting a Rust function to handle PrinInt instead of i64 -1.72
Passing custom command-line arguments to a Rust test -1.72
Rust Closures concept 0.00
Unknown size compile error when defining generic trait +2.40
Interrupt std::io::read() in Rust 0.00
Serde untagged attribute on enum results in stack overflow +0.48
Conditionally sort a Vec in Rust -1.61
Is there a zero-copy way to find the intersection of an arbitrary n... -0.21
Confused about ownership in situations involving lines and map -1.60
Using assert in error branch when running cargo test 0.00
Expected enum `std::result::Result`, found `()` when using for loop 0.00
How do I decouple wasm specific macros from functions and structs 0.00
Nested async function call causes lifetime issue 0.00
Running functions based on user input in Rust +0.48
How to make SDL(2) refresh the convas content on resize? 0.00
How can I use arbitrary text as a function name in Rust? -1.52
How do we do arithmetics with arrays in rust-ndarray? 0.00
How to convert &char to &str in Rust -0.98
Libssh2 stop reading large file 0.00
How to pass an enum value to a function? +0.47
Parse String to most appropriate type automatically -1.22
Mutate a struct within a vector within a struct -0.96
How to find a string of multiple occurences in a vector? +2.14
How can I read a non-UTF8 file line by line in Rust 0.00
can I create a custom iterator the iterates over one sequence then... 0.00
Simplifying a `match` using a Rust macro -1.96
How to import functions from `src` for testing? +0.18
Arc::new() is slow with cloned vectors 0.00
Why do asynchronous versions of a TCP echo server use 50x more memo... -0.52
How do I make a caller see the trait implementation of a method? +2.17
Does a BinaryHeap use PartialEq for sort order only or for genuine... +2.24
trying to use the mutex in an Arc<Mutex<T>> with a Cond... 0.00
How can I validate that the headers of a CSV file match my struct? 0.00
Getting "borrowed value does not live long enough" Error... -1.74
How to access a Vector of newtypes as the underlying type 0.00
Rust's Enums vs Generics 0.00
How do I use an external data structure in the comparison function... 0.00
Why does Box::from_raw work with a pointer to slice data when the s... 0.00
can't find method to generate random numbers in a range +0.48
fancy-regex crate multiple matches 0.00
How can I get the current position in a `BufReader` for a file? 0.00
How to implement Into trait to convert all input to usize not using... +0.51