Change map -> struct

This commit is contained in:
PedroEdiaz
2025-06-17 11:43:52 -06:00
parent 81febcef74
commit fedfd70c50
4 changed files with 51 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
# Templateless
A lightweight, logicless templating library for the
# Mustacheless
A subset of {{mustache}}, logicless templating library for the
[Odin programming language](https://odin-lang.org/). This library allows you to
define templates using placeholder variables within strings and replace them
with values from a provided dictionary.