about summary refs log tree commit diff
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* kittybox-util: 0.1.0 -> 0.2.0Vika2024-08-204-114/+188
| | | | Micropub types are now more coherent and gathered in one place.
* kittybox-util: move out fs moduleVika2024-08-042-58/+57
|
* Upgrade dependencies and fix deprecated functionalityVika2024-08-021-3/+3
| | | | | | | 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.
* Moved the entire Kittybox tree into the rootVika2023-07-294-0/+313
|
* flake.nix: reorganizeVika2022-05-242-30/+0
| | | | | | | | | | | | - Kittybox's source code is moved to a subfolder - This improves build caching by Nix since it doesn't take changes to other files into account - Package and test definitions were spun into separate files - This makes my flake.nix much easier to navigate - This also makes it somewhat possible to use without flakes (but it is still not easy, so use flakes!) - Some attributes were moved in compliance with Nix 2.8's changes to flake schema
* Split into different cratesVika2022-05-072-0/+30
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.