feat: Rewrote render tool in rust

This also came with a big rework of the configuration format that should
make everything a bit less hacky to work with.
This commit is contained in:
2026-04-01 06:54:39 +02:00
parent 08c1d0c605
commit 3a3d741781
66 changed files with 195 additions and 3726 deletions
-4
View File
@@ -6,7 +6,3 @@ indent_style = tab
[*.yaml]
indent_style = space
indent_size = 2
[{*.py,tools/render}]
indent_style = space
indent_size = 4