Sha256: 9a5b2188fa7eb13a60d03d2c60aeabc12ad3ab7bee55b2f46177a108af03b905
Contents?: true
Size: 257 Bytes
Versions: 607
Compression:
Stored size: 257 Bytes
Contents
#ifndef NOKOGIRI_XML_IO #define NOKOGIRI_XML_IO #include <nokogiri.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); void init_nokogiri_io(); #endif
Version data entries
607 entries across 574 versions & 52 rubygems