Boilerplate, a minimal compile-time text template library 0.2.4 has been released. Looking for feedback and users before 1.0!

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • boilerplate

    Statically-checked Rust template engine (by casey)

  • I just released boilerplate 0.2.4. Boilerplate is a minimal, compile-time text template library. It introduces no runtime dependencies if HTML escaping isn't required, and uses Rust as its template language, so there isn't an additional template language to learn, templates are statically checked at compile time, and any type that implements Display can be used in a template.

  • darling

    A Rust proc-macro attribute parser (by TedDriggs)

  • Since the last time I posted, I added support for using template contexts with generic arguments (all thanks to the excellent darling, allowed configuring template filenames, and a few other niceties.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • askama

    Type-safe, compiled Jinja-like templates for Rust

  • Do you know how it compares to Askama? They look very similar from a cursory glance.

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