about summary refs log tree commit diff
path: root/kittybox-rs/src/database
Commit message (Expand)AuthorAgeFilesLines
* Notes on how to replace lazy_static! with a LazyCellVika2023-06-151-0/+6
* Add support for the IndieWeb Webring πŸ•ΈπŸ’Vika2023-06-151-0/+20
* Database: use newtypes to represent settingsVika2023-06-153-39/+91
* tempfile -> tempdir, remove mockitoVika2023-02-271-1/+1
* kittybox-templates: split out MF2 rendering and get rid of log crateVika2022-07-272-5/+5
* FileStorage: save memory by taking children instead of cloningVika2022-07-231-16/+22
* database: use .path().to_path_buf() to prevent dropping the tempdirVika2022-07-101-1/+3
* treewide: rewrite using AxumVika2022-07-073-113/+235
* flake.nix: reorganizeVika2022-05-245-0/+1843