From a723a89e9f10c054fd438c343da1c6b0837f64e6 Mon Sep 17 00:00:00 2001 From: Justine Date: Thu, 12 Jan 2023 10:28:36 +0100 Subject: [PATCH] Update readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9548c0b..06b4bfc 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,13 @@ An extra simplified version of Jinja, written as a Rust lib. * Add a function that reads from a string * Add a sanitize function that removes %%words%% from a string, which could be useful to avoid user-side injection -## 🧐 Features +## Features - Reads templates -- Dynamically generate content based on rust variables or bash commands +- Dynamically generate content based on variables or bash commands + +# Why ? +I'm learning Rust and try to create simple, usable tools for myself. +This is by no means meant to end up in production anywhere. # Templates ? @@ -43,7 +47,7 @@ Clone this repo, then compile and open the doc: cargo doc --open ``` -## 🙇 Author +## Author Justine Pelletreau