27
What projects are you working on at the moment?
(beehaw.org)
All things programming and coding related. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
I'm currently messing around with a simple room booking app in rust/actix, but instead of simply using one of the existing authentication middlewares, I've rolled my own to learn more, and damn, has it been a fun ride learning how the borrow checker works!