Liquid-rust: Liquid templating for Rust

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
sponsored
  1. liquid-rust

    Liquid templating for Rust

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. sailfish

    Simple, small, and extremely fast template engine for Rust

  4. sayna

    Sayna is a unified Voice Layer for AI Agents with a seemless integration to an existing agentic frameworks

  5. koto

    A simple, expressive, embeddable programming language

    Huh, of all of my projects, I never expected this to make it to HN. Not the original author but the maintainer, so ask away.

    Unfortunately, I've not had as much time to devote to this for a while. There are also a lot of weird cases that aren't too well defined or that the Ruby implementation shines through that also have me dissatisfied with Liquid. That and wanting to make it easier to extend with an embedded language. A way to solve this and my annoyance is to create a template language using an existing embedded language. I'm tempted by koto because it already has something like `|` operator (`->`) and isn't just "Rust, but embeddable" (Rust is an implementation detail; it shouldn't bleed through).

    [0] https://koto.dev/

  6. Liquid

    Liquid markup language. Safe, customer facing template language for flexible web apps.

    This is a Rust port of the Ruby implementation which was popularized by Jekyll, so it just does whatever was done in the Ruby implementation.

    For an overview of liquid itself, see https://shopify.github.io/liquid/

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Roto: A Compiled Scripting Language for Rust

    1 project | news.ycombinator.com | 21 May 2025
  • Steel – An embedded scheme interpreter in Rust

    13 projects | news.ycombinator.com | 3 Dec 2023
  • I love building a startup in Rust. I wouldn't pick it again

    11 projects | news.ycombinator.com | 17 Feb 2023
  • Are there any embeddable languages in rust?

    6 projects | /r/rust | 22 Oct 2021
  • What scripting language and what implementation would you use with your program written in Rust?

    15 projects | /r/rust | 3 Oct 2021

Did you know that Rust is
the 3rd most popular programming language
based on number of references?