|
ritsuko
Helper utilities for ArtifactDB C++ code
|
ritsuko provides common utilities for parsing and validation throughout the ArtifactDB C++ codebase. This is generally not intended for consumption by external developers, but they are nonetheless free to use it. Functionality includes some convenience functions for HDF5 parsing, validation of compressed VLS arrays, and date/time string checking functions.
Check out the reference documentation for available functions. In addition, the following documents contain explanations on the design decisions used throughout ArtifactDB:
FetchContentIf you're using CMake, you just need to add something like this to your CMakeLists.txt:
Then you can link to ritsuko to make the headers available during compilation:
find_package()You can install the library by cloning a suitable version of this repository and running the following commands:
Then you can use find_package() as usual:
This library is named after Ritsuko Akizuki.