simdjson  3.11.0
Ridiculously Fast JSON
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 "3.11.0"
8 
9 namespace simdjson {
10 enum {
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.