Wrote my first non-trivial #Rust application which uses Warp and the new post-stdlib-futures Hyper. Not too bad, although I really wish Warp would let me write output filters without that terrible make_service_fn hack.
So, now that #rust 1.39 is out, what are everyone's favorite stable-only, non-actix web frameworks to use as demos for the new async/await stuff?
Got a patch merged into #rust's serde project today. That felt nice and productive.
I wish #rayon (the #rust concurrent iterator library) had functionality for obtaining a sorted sequential iterator on the results of a parallelized map. For a large enough data-set, the completion order of the tasks will be close-enough to sorted that you can do this with much less memory overhead than calling `.collect::<Vec<_>>` on the ParallelIterator.
https://blog.rust-lang.org/2018/11/27/Rust-survey-2018.html apparently there are more trans folks using #rust than there are women? That is somewhat surprising.
POSIXly-correct software developer & sysadmin. #Mac user at home. #HarveyMuddCollege alum. House #Rabbit enthusiast living in Berkeley, CA.