Scriban is a .NET text templating engine and embedded scripting language used for dynamic text generation. It functions as an abstract syntax tree manipulation tool and a template parser, allowing for the conversion of scripts into visitable trees for analysis, modification, and rendering. The engine is specifically designed for Native AOT compatibility, utilizing a reflection-free API to execute templates in trimmed environments. It also provides a dedicated parser and conversion system for Liquid templates, enabling the migration and execution of Liquid scripts within .NET. The project cov
Scriban is a text templating library and .NET scripting engine used for dynamic text generation. It functions as a template processor and a safe scripting sandbox, providing a secure execution environment that restricts object exposure to prevent unauthorized code execution. The project also includes an abstract syntax tree template parser that allows for programmatic template analysis and modification. The engine features a dedicated Liquid template engine and compatibility mode, allowing it to parse, execute, and convert templates written in Liquid syntax. It distinguishes itself through a
hogan.js is a logic-less template compiler and Mustache templating engine. It transforms static templates into executable JavaScript functions to generate data-driven strings without using conditional or looping logic. The system focuses on precompilation to eliminate parsing overhead during runtime execution. This includes a precompiled template library and a command line interface for converting template files into optimized JavaScript. The engine handles dynamic content generation through template compilation and data rendering. It supports reusable UI fragments via partials and allows fo
php-text-template is a logic-less PHP text templating engine and string placeholder replacement library. It serves as a template-based text generator for producing dynamic messages and documents from static text templates. The library focuses on automated content formatting and custom template processing to inject variable content into structured text output. This enables dynamic text generation by replacing predefined keys within a string with specific data.
Tera 是一个用于 Rust 的服务端渲染引擎和模板引擎。它旨在通过将数据注入预定义的模板文件来生成动态文本,利用与 Jinja2 和 Django 兼容的语法。
keats/tera 的主要功能包括:Rust Templating Engines, Dynamic Text Generation, Server-Side Dynamic Page Generation, Jinja2 Template Renderers, Text Templating Engines, Server-Side Rendering Engines, System Configuration Templates, Recursive Descent Parsers。
keats/tera 的开源替代品包括: lunet-io/scriban — Scriban is a .NET text templating engine and embedded scripting language used for dynamic text generation. It… scriban/scriban — Scriban is a text templating library and .NET scripting engine used for dynamic text generation. It functions as a… twitter/hogan.js — hogan.js is a logic-less template compiler and Mustache templating engine. It transforms static templates into… sebastianbergmann/php-text-template — php-text-template is a logic-less PHP text templating engine and string placeholder replacement library. It serves as… tj/ejs — ejs is an embedded JavaScript template engine for Node.js that generates HTML and other text formats by embedding… dtolnay/syn — syn is a Rust syntax tree parser and token stream converter. It serves as a toolkit for procedural macro development,…