• Schmeckinger@feddit.de
    link
    fedilink
    arrow-up
    34
    arrow-down
    2
    ·
    edit-2
    8 months ago

    There are a lot of solutions like that in rust. You basically compile the template into your code.

    • voxel@sopuli.xyz
      link
      fedilink
      arrow-up
      10
      arrow-down
      2
      ·
      edit-2
      8 months ago

      yeah, templates can be parsed at compile time but these frameworks are not embeeding whole fucking prerendered static pages/assets

      • sebsch@discuss.tchncs.de
        link
        fedilink
        arrow-up
        9
        arrow-down
        1
        ·
        8 months ago

        They are nowadays. Compiling assets and static data into rust and deliver virtual DOM via websocket to the browser is the new cool kid in the corner.

        Have a look at dioxus

      • Schmeckinger@feddit.de
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        edit-2
        8 months ago

        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.