From 7663a2c6cf34746ba582a2aa46c0840b0a78eb36 Mon Sep 17 00:00:00 2001 From: Michael Jones Date: Tue, 30 Apr 2024 16:45:35 +0100 Subject: [PATCH] Mention lustre along side nakai As it is a prominent part of the ecosystem and has 'render to string' functionality. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8b505d..e1fc28f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ text. Matcha generates well typed code that avoids issues that some more dynamic That said, if you're planning to generate structured output, it is sensible to use a better suited approach. For data formats, this should be serialization and deserialization libraries. For formats like HTML, you would likely be better -using a library like [nakai](https://github.com/nakaixo/nakai). +using a library like [lustre](https://hexdocs.pm/lustre/lustre/element.html#to_string_builder) or +[nakai](https://github.com/nakaixo/nakai). ## Installation