about summary refs log tree commit diff
path: root/templates/src/templates.rs
Commit message (Collapse)AuthorAgeFilesLines
* templates: add a banner for Kittybox in the footerVika2022-05-231-0/+7
| | | | Now everyone will know where to get my software if they see it.
* Split into different cratesVika2022-05-071-0/+471
Templates and utility types are now separate crates to speed up compilation, linting and potential reuse/replacement. Potentially more crates could be split out/modularized, resulting in speedups, smaller binaries (whenever features are excluded) and even more reuse capabilities.