diff options
author | Vika <vika@fireburn.ru> | 2023-07-31 15:58:07 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-07-31 15:58:07 +0300 |
commit | b1d2ad1ac8c1986a6255ef31045ea051f056711e (patch) | |
tree | 1eae65701891f2368eea0f714b58b8b9c938f7c6 /templates-neo/src/lib.rs | |
parent | b745013301369fff3d6f2e10702bba3549509c18 (diff) | |
download | kittybox-b1d2ad1ac8c1986a6255ef31045ea051f056711e.tar.zst |
templates-neo: init
This is an experimental approach to templates, using `yoshuawuyts`'s `html` crate. The crate itself has a promising API, but is notably incomplete.
Diffstat (limited to 'templates-neo/src/lib.rs')
-rw-r--r-- | templates-neo/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates-neo/src/lib.rs b/templates-neo/src/lib.rs new file mode 100644 index 0000000..c5bd925 --- /dev/null +++ b/templates-neo/src/lib.rs @@ -0,0 +1 @@ +pub mod mf2; |