Sha256: 84060f6ab65a00e38764bcd88601e00357c8f7322d501e67e2b59491bc1cb0cc
Contents?: true
Size: 230 Bytes
Versions: 12
Compression:
Stored size: 230 Bytes
Contents
#ifndef NOKOGIRI_XML_IO #define NOKOGIRI_XML_IO #include <native.h> int io_read_callback(void * ctx, char * buffer, int len); int io_write_callback(void * ctx, char * buffer, int len); int io_close_callback(void * ctx); #endif
Version data entries
12 entries across 12 versions & 1 rubygems