Today was my last day at Embark Studios. Really enjoyed my time there the last four years but I'm feeling it's time for something new.
I don't have anything lined up so if someone could use a programmer with 12 years of experience then let's have a chat! My DMs are open.
I always get happy when I hear of another rust web framework that supports tower for middleware. That means its not a zero sum game to write middleware libraries and so more people will.
Regardless which framework you use you shouldn't have to reinvent logging, compression, etc.
@adam_chal Iโve written code like this a few dozen times https://t.co/G5pHCZQBxM ๐ welcome to syn
Not sure how to improve it other than a declarative macro that generates the early return but thatโs meh ๐คท
This was probably the number one thing that prevented people from updating to 0.7 (besides waiting on other dependencies to update) so pretty excited to have it back!
Axum 0.6 to 0.7 in 5 Steps.
Quick and easy.
Big thanks to the Hyper, Tower, and Axum teams for this major milestone. (cc @DavidPdrsn)
https://t.co/1tsKMMbiQh
#rustlang#webdevelopment@rust10x
@jeremychone@rust10x That was necessary for the new `impl Clone for http::Extensions`, which was a frequently request feature and required for `impl<B: Clone> Clone for Request<B>`