Mac@programming.dev to Programmer Humor@programming.dev · 1 year agoYesprogramming.devimagemessage-square15fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageYesprogramming.devMac@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square15fedilink
minus-squareSchmeckinger@feddit.delinkfedilinkarrow-up0·edit-21 year agoThere are a lot of solutions like that in rust. You basically compile the template into your code.
minus-squarevoxel@sopuli.xyzlinkfedilinkarrow-up0·edit-21 year agoyeah, templates can be parsed at compile time but these frameworks are not embeeding whole fucking prerendered static pages/assets
minus-squareSchmeckinger@feddit.delinkfedilinkarrow-up0·edit-21 year agoCompiling all assets into the binary is trivial in rust. When I have a small web server that generates everything in code I usually compile the favicon into the binary.
There are a lot of solutions like that in rust. You basically compile the template into your code.
yeah, templates can be parsed at compile time but these frameworks are not embeeding whole fucking prerendered static pages/assets
Compiling all assets into the binary is trivial in rust. When I have a small web server that generates everything in code I usually compile the favicon into the binary.