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 ... 38 39 40 41 42 ... 59
Title Δ
How can I truncate a string to have at most N characters? 0.00
How to "crop" characters off the beginning of a string in... +0.41
Can I create a binding with the type `Option<&str>`? +1.80
How to serialize slice without length using bincode? 0.00
How do I modify a variable that's defined outside of a closure... 0.00
Unable to set a breakpoint on main while debugging a program compil... 0.00
Python calling Rust FFI with ctypes crashes at exit with "poin... -0.37
What are the replacements for the smart pointers that existed befor... -1.40
Why is capitalizing the first letter of a string so convoluted in R... 0.00
How to create a TOML file from Rust? 0.00
How can I eliminate a temporary vector when reading in a 2D vector? -0.12
Rust & GTK+3. How to create array containing a few elements of... 0.00
How do I convert from a char array [char; N] to a string slice &... 0.00
Unable to create a circular linked list in safe Rust; unsafe versio... +0.39
What is imported when I use a struct from another module? 0.00
Value doesn't live long enough, despite being constrained to +0.43
How do I specify "where" annotations in a trait in Rust? 0.00
What safety guarantees of Rust would be lost if not for object safe... 0.00
What's the Rust idiom to define a field pointing to a C opaque... 0.00
Cannot send a struct over channel: mpsc::Sender cannot be shared be... -0.63
Why does the address of an object change across methods? +2.25
How would one achieve conditional compilation with Rust projects th... 0.00
Unable to create a vector and shuffle it 0.00
Chunking a vector of strings 0.00
How to get the byte offset between `&str` +2.28
What is a good way of cleaning up after a unit test in Rust? 0.00
How to take ownership of variable for non-function code-chunk 0.00
Is there a Rust equivalent to `dynamic` in C#? -1.89
Converting output of libc::getcwd into a string 0.00
Rust borrowing compilation errors 0.00
Concisely initializing a vector of Strings -0.50
How can I use Server-Sent events in Iron? 0.00
How to insert a decimal number with Diesel's PgNumeric type? 0.00
Storing a function trait object in a struct does not live long enough 0.00
Comparing strings from input in Rust 0.00
Object oriented design patterns for error checking 0.00
How do I iterate over elements of a struct in Rust? +0.39
How do I declare multiple mutable variables at the same time? 0.00
How to call `min` on a generic type that could be either an integer... 0.00
Save `trait Bar: Foo {}` in `struct Abc<Foo>` -0.92
How do I recursively pass a mutable reference? 0.00
How to ignore a member of a struct-like enum variant in pattern mat... 0.00
Multiple enum variants with same value? -1.93
Rust borrow lasts beyond the scope it's in? 0.00
How do I create a builder that takes a type that implements AsRef f... -0.31
Wrong number of arguments when using mget with redis-rs 0.00
Injecting a Diesel connection into an Iron middleware -0.44
Why does my prime number sieve include the number 49? 0.00
Concat String and convert them to &str 0.00
How do I move mutable state into a closure? 0.00