Sha256: ead2c852268dfbdfe4fa60a79b570e7065b1b38cb7956273e312413840465b20
Contents?: true
Size: 412 Bytes
Versions: 5
Compression:
Stored size: 412 Bytes
Contents
#ifndef WANKEL_STREAM_PARSER #define WANKEL_STREAM_PARSER #include <ruby.h> #include <ruby/encoding.h> #include <yajl/yajl_common.h> #include <yajl/yajl_parse.h> #include "wankel.h" #include "yajl_helpers.h" void Init_wankel_stream_parser(); typedef struct { yajl_handle h; yajl_callbacks callbacks; yajl_alloc_funcs alloc_funcs; int symbolize_keys; VALUE rbufsize; } stream_parser; #endif
Version data entries
5 entries across 5 versions & 1 rubygems