2025-06-18 01:35:19 -06:00
2025-05-20 01:54:43 -06:00
2025-06-17 11:43:52 -06:00
2025-06-17 11:43:52 -06:00

Mustacheless

A subset of {{mustache}}, logicless templating library for the Odin programming language. This library allows you to define templates using placeholder variables within strings and replace them with values from a provided dictionary.

Features

  • Simple template substitution using {{key}} syntax
  • Clean and minimal interface
  • Designed to integrate easily into Odin projects
  • No errors returns

Non Featureas

  • No conditionals nor nested templates.
  • Not a full-featured template engine.

Usage

For library usage and more information run:

odin doc .

Installation

Clone or copy the template module into your Odin project directory.

License

1-Clause BSD NON-AI License. See LICENSE for details.

Contributing

Contributions are welcome! Feel free to submit issues or pull requests. For every issue please add a test

Description
A lightweight, logicless templating library, based on mustache, for the Odin programming language
lib
Readme 61 KiB
Languages
Odin 100%