Web framework (kaja-web)

Hi

I have spent a good amount of time building web apps in Rust using many different tools and frameworks. I decided that I want something different and created a new framework.

HTML content is interleaved in the Rust code and treated as String.

It is not a reactive framework, the programmer decides when a part of the page should be re-rendered.

You can find it here:

Regards

Just of of curiosity. What are the good and bad features of a web framework you used? I would like to know. I want to know what to add just as much as what not to add. Regards.