simdjson 4.2.3
Ridiculously Fast JSON
Loading...
Searching...
No Matches
simdjson_version.h
1// /include/simdjson/simdjson_version.h automatically generated by release.py,
2// do not change by hand
3#ifndef SIMDJSON_SIMDJSON_VERSION_H
4#define SIMDJSON_SIMDJSON_VERSION_H
5
7#define SIMDJSON_VERSION "4.2.3"
8
9namespace simdjson {
10enum {
23};
24} // namespace simdjson
25
26#endif // SIMDJSON_SIMDJSON_VERSION_H
The top level simdjson namespace, containing everything the library provides.
Definition base.h:8
@ SIMDJSON_VERSION_REVISION
The revision (major.minor.REVISION) of simdjson being used.
@ SIMDJSON_VERSION_MINOR
The minor version (major.MINOR.revision) of simdjson being used.
@ SIMDJSON_VERSION_MAJOR
The major version (MAJOR.minor.revision) of simdjson being used.