Skip to content

Windows fixes

Jason Heard requested to merge windows-fixes into master

This updates the kiku server so that it can be built on Windows. It will cause the database to need to be rebuilt since the hash function might yield different results and the paths might be converted to slightly different bytes. I checked and the speed of the hash function is about the same (52s on master and 51s with these changes). I thought the small tweaks were worth it so that cargo clippy works on Windows.

Edited by Jason Heard

Merge request reports