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 2 3 ... 59
Title Δ
Why are nested associated type paths considered ambiguous? 0.00
Why does my recursive merge sort algorithm result in a stack overfl... 0.00
Is there a way to get an OS error code from a std::io::Error? +1.62
How do I change the file name of a path without changing its direct... 0.00
Are Rust closures stack-allocated or heap-allocated by default? 0.00
How to convert an iterator of [u8; 4] into an iterator of u8? -2.01
How can I achieve shared application state with Warp async routes? 0.00
Why can't I make a static reference to a value that never goes... +1.61
How can I load all entries of a Vec<T> of arbitrary length on... 0.00
Is it undefined behavior to mutate an immutable local variable? 0.00
How can I return a Chain iterator with data added from a temporary... 0.00
How to use a dynamic span name with tracing? +0.33
Error handling when forwarding from AsyncRead to an futures 0.3 mps... 0.00
How to reverse a Rust String in-place using recursion? +0.33
How can I bind a struct's generic type so that it is a concrete... 0.00
How can I find the latest stable version of a crate using cargo? +0.33
Is there a way to override the equality and hash functions of a typ... 0.00
Why is an async fn() called from Future::poll() not executed at the... 0.00
How do I use an iterator twice inside of the quote! macro? 0.00
How to update a key in a HashMap? 0.00
Converting array of mutable pointers to mutable references with con... -0.72
How do I get an identifer from an expression argument in a macro? +1.65
Why does Tokio return the error "Cannot drop a runtime in a co... 0.00
Is there any way to inline a const inside a doc comment (rendered b... -1.93
async_std 1.8 has unresolved imports for items in `async_std::chann... 0.00
Why does calling a Rust library from C result in memory leakage? 0.00
How do I read a String from a File, split it, and create a Vec<&... +0.34
How can I dynamically define the struct for serde_json when the JSO... -2.22
Is it possible to declare a variable in the conditional of an if ex... -1.09
Why does a macro call inside another macro not expand, but instead... 0.00
How to write a macro that splits a byte into a tuple of bits of use... 0.00
Why doesn't Box<dyn Error> implement Error? 0.00
How can I generate doc in macros without transforming each line int... 0.00
How can I constrain generic type arguments of a trait which depend... 0.00
Why would a cross-compilation build fail on openssl when openssl is... +0.31
Is it possible to override the crate-type specified in Cargo.toml f... +0.31
Is it possible to declare a type alias inside a trait? -0.88
How can I create newtypes for an unsized type and its owned counter... 0.00
How do I borrow a String as mutable to push itself to itself? -0.25
Is it safe to logically split a borrow to work around a limitation... +1.27
How can I copy the fields of another structure? 0.00
Does Rust have an equivalent to C++'s decltype() to get the typ... 0.00
How to declare an array of structs and initialize it later? +0.98
Why does RefCell:borrow_mut result in a BorrowMutError when used on... 0.00
How to specify the macOS deployment target for a library? 0.00
Can Box move its contents when the whole Box is moved? 0.00
Continue iterating from current line in a file -2.51
Does a lifetime specified on a reference represent how long the ref... +1.81
Why does my line from BufReader::lines not match? 0.00
Is there any way to allow moving a container that has a borrowed el... 0.00