Doug Tangren
Doug Tangren
My other hyphen fix I'm mashup got merged and published today. I did some testing today but I'll do bit more over the weekend. It's been a nice experience improvent...
I wonder if this could be accomplished as is without a breaking change since deserialize is already implemented for value https://docs.serde.rs/serde_json/enum.Value.html
Using something like https://docs.serde.rs/serde_json/fn.from_value.html
Feel like this is a worth while breaking change. The only cases where in haven't called serde_json::from_value(...) are cases where I don't need to reference the event, typically scheduled cloudwatch...
Revisiting the unique cases details now after some time I want to identify if some of working convention pieces are still needed. I notice now that I down graded cpython...
Now I see why I feel scatter brained about versions here when looking at the latest src. It's because these just changed [14 hours ago](https://github.com/ilianaw/rust-crowbar/commit/1f1170906bd3165a97d3c4bbb8b622c2528ae968) :)
It looks like those haven't made their way to crates.io yet so Im going to experiment a bit more with the versions I have. Before commuting to changes. It would...
No worries. I thought I was just having a moment there :)