Results 2 issues of Will Glozer

Hello @tafia, thank you for creating hyper-proxy! I'm intending to use it, but my project uses the latest rustls and there are a lot of incompatible changes making it difficult...

Hello! I have a newtype wrapper around a u64 like so: ```rust #[derive(Debug, Hydrate, Reconcile)] pub struct Item { pub name: String, pub date: Option, } #[derive(Debug, Hydrate, Reconcile)] pub...