about summary refs log tree commit diff
path: root/templates-neo/src/mf2.rs
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade dependencies and fix deprecated functionalityVika2024-08-021-33/+36
| | | | | | | I think I managed to not lose any functionality from my dependencies. sqlparser remains unupgraded, but that's mostly because it is only used in one example and it's not worth it to upgrade right now.
* kittybox-html: cargo fmtVika2024-06-141-135/+180
|
* lint: no extra whitespace on line endingsVika2024-01-291-2/+2
|
* templates-neo: add a test CLI that renders entriesVika2023-08-081-6/+6
| | | | This allows interactively testing the markup.
* templates-neo: fix hacks around the `html` crateVika2023-08-081-8/+87
| | | | Finally I can properly add child elements without using the string hack.
* templates-neo: initVika2023-07-311-0/+340
This is an experimental approach to templates, using `yoshuawuyts`'s `html` crate. The crate itself has a promising API, but is notably incomplete.