uzuki2
Recovering R lists faithfully from HDF5 or JSON
Loading...
Searching...
No Matches
uzuki2.hpp
Go to the documentation of this file.
1#ifndef UZUKI2_UZUKI2_HPP
2#define UZUKI2_UZUKI2_HPP
3
14#if __has_include("H5Cpp.h")
15#include "parse_hdf5.hpp"
16#endif
17#include "parse_json.hpp"
18
19#endif
Parsing methods for HDF5 files.
Parsing methods for JSON files.