replied to a while ago:
NIH syndrome? I am guilty of it too. I love implementing things from scratch, you learn a lot by doing so and you get to own the codebase end-to-end, so no surprises and fighting around others’ choices. It can get exhausting too though, in the end I succumb to using off-the-shelf components because my primary goals move at a higher level.
wrote:In a complete fit of insanity, I'm attempting to implement at least some of the HTTP spec, from scratch, in Rust. The aim is my own web framework, as dependency free as possible.