Jeff Hiner
Jeff Hiner
**Describe the bug** When constructing a Response packet via MessageResponseBuilder, the emitted repr is larger than it should be. This happens because the compression dictionary is not initialized with the...
Draft status until JoinSet hits stable in tokio. Switching to JoinSet has a few nice advantages. The first and most obvious advantage is less code to maintain. No custom drop...
I'm working with some code that filters specific coproducts out of an `mpsc` and running into problems. (Originally this was a huge enum of disjoint structs and I'm trying to...
I'm trying to figure out how to run a [simple dynamic store change monitor](https://github.com/mullvad/system-configuration-rs/blob/master/system-configuration/examples/watch_dns.rs) in an async environment and cleanly stop it at will. It's apparent I need to spawn...
A majority of folks using derives for `Serialize/Deserialize` are likely trying to write REST APIs for json output. There exists a wonderful set of deserializers for RFC3339, ISO 8601, and...