metadata 0.2.0
Modern C++23 header-only metadata container (JSON-like)
Loading...
Searching...
No Matches
metadata.hpp
Go to the documentation of this file.
1#pragma once
2
7
8#include <md/error.hpp>
9#include <md/format.hpp>
10#include <md/hash.hpp>
11#include <md/helpers.hpp>
12#include <md/object.hpp>
13#include <md/ostream.hpp>
14#include <md/path.hpp>
15#include <md/value.hpp>
16#include <md/version.hpp>
17
18#if __has_include(<nlohmann/json.hpp>)
19#include <md/json.hpp>
20#endif
21
22#if __has_include(<parcel/parcel.h>)
23#include <md/parcel.hpp>
24#endif
Optional cpp-parcel adapter.