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 ... 9 10 11 12 13 ... 59
Title Δ
How to define a function-local type alias of the function's typ... -0.29
Why can I not add a main.rs to a crate's source code and import... 0.00
How do I convert a mutable reference to self into an immutable refe... 0.00
How to assign data of a struct into self in a method? 0.00
Can a Tokio task terminate the whole runtime gracefully? 0.00
Why does calling tokio::spawn result in the panic "SpawnError... 0.00
How do I create a BinaryHeap that pops the smallest value, not the... 0.00
Why does returning `Self` in trait work, but returning `Option<S... +1.41
How to "extern" a function in multiple modules with the s... 0.00
Why does using f32::consts::E give error E0223 but std::f32::consts... 0.00
How can I return a type containing an Rc from a thread? -1.09
Is there a way to view expanded macros on non-nightly Rust? 0.00
How can I `flatmap` streams in Rust? 0.00
How to redirect stderr from inside the process in Rust? 0.00
How do I interpret or otherwise evaluate Rust at runtime? 0.00
How to fix "use of extern prelude names introduced with `exter... 0.00
What does an @ symbol mean in a declarative macro? 0.00
How to find the number of arguments of an enum variant? 0.00
Why can I still use a variable captured by a `move` closure? 0.00
What is the evaluation order of tuples in Rust? 0.00
What is returned when a Rust FFI function returns a struct without... 0.00
How do I call a built-in Dyon function from Rust? +0.56
Why do I get the error "no method named collect found for type... 0.00
How to deserialize JSON where the types of the values are specified... 0.00
In function parameters, what is the difference between using the re... -0.43
Is there a way to launch a tokio::Delay on a new thread to allow th... 0.00
Unable to mutably borrow the contents inside a RefCell, even after... 0.00
How do I select the value of a namespaced attribute with SXD-XPath? 0.00
Is it possible to assign a closure to a variable of type impl Fn()? -2.42
Is there one-line syntax for constructing a struct that contains a... 0.00
Is there a way to allocate directly to the heap without using the u... 0.00
Cannot use Stream::take_while on an mpsc::channel: bool: Future is... 0.00
Is there a way to make an immutable reference mutable? +0.37
How do I make format! return a &str from a conditional expressi... +0.40
Why do fat pointers sometimes percolate outwards? 0.00
How can I create a type that uses fluent chaining syntax without re... +0.81
How can I get Cargo to tell me what content is out of date when bui... 0.00
How do I make a closure that avoids a redundant clone of captured v... +0.42
How to safely reinterpret Vec<f64> as Vec<num_complex::Com... 0.00
Cannot call a function-like procedural macro: cannot be expanded to... 0.00
Are side-effects of the closure in `Iterator::inspect` well defined... 0.00
Convert string into TokenStream 0.00
How to call a Rust struct's method from C using FFI? 0.00
How can I accept multiple deserialization names for the same Serde... 0.00
Why can immutable variables be passed as arguments to functions tha... 0.00
Why do I get the error "trait bounds were not satisfied"... -1.48
Is there a recommended pattern for finding out when a property of a... 0.00
Escaping a keyword within a macro from graphql-client 0.00
What is the proper way to extract the body of an actix_web Response... -1.37
Is there a way to remove everything from the target directory apart... 0.00