summary refs log tree commit diff stats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..a8e6635
--- /dev/null
+++ b/README.org
@@ -0,0 +1,28 @@
+#+title: Template::Nest::Fast
+#+subtitle: manipulate a generic template structure via a Raku hash
+#+export_file_name: index
+#+options: toc:1
+#+setupfile: ~/.emacs.d/org-templates/projects.org
+
+| Source          | https://git.unfla.me/TemplateNestFast       |
+| GitHub (mirror) | https://github.com/andinus/TemplateNestFast |
+
+* Documentation
+
+~Template::Nest::Fast~ is a high-performance template engine module for
+Raku, designed to process nested templates quickly and efficiently.
+This module improves on the original ~Template::Nest~ module by caching
+the index of positions of variables, resulting in significantly faster
+processing times.
+
+** Implementation
+
+
+
+** Options
+
+* News
+
+** v0.1.0 - 2023-03-28
+
++ Initial Release.