ThisIsFineTM
ThisIsFineTM
Narrowing of scope from #444 #456.
The formatting is a little inconsistent from file to file. We have a clang-format config present in the repo already: https://github.com/openzim/zim-tools/blob/main/.clang-format Could we run clang-format on everything? I can also...
zimcreatorfs.cpp has some hard coded mime type checks that otherwise don't exist in the mime type map in zimwriterfs/tools.cpp. I stumbled upon this when working on #444. Code in question:...
std::string_view is light weight non-owning (`char*`,`size_t`) pair which can serve as an interface to take both std::string and c-strings at a function call site. It can also serve to hold...
https://github.com/openzim/libzim/tree/main/include libzim uses the include structure `libzim/include/zim`. To make zim-tools more consistent with libzim, I propose refactoring the current include structure to `zim-tools/include/zim-tools`. If this is approved I can put...