Sha256: 426307eb98d62be12d0e46449261844d7a958c31ea7bfe14a1a753a2adaff39c
Contents?: true
Size: 163 Bytes
Versions: 2
Compression:
Stored size: 163 Bytes
Contents
#ifndef SIMDJSON_RUBY_H #define SIMDJSON_RUBY_H #include "ruby.h" #include "simdjson.h" extern "C" { void Init_simdjson(void); } #endif /* SIMDJSON_RUBY_H */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
simdjson-0.3.0 | ext/simdjson/simdjson.hpp |
simdjson-0.2.0 | ext/simdjson/simdjson.hpp |