Sha256: f6f89b4ef5c7ae179e33eee8f3456b798963d07872ffcfe74da5e074d4d96fe1
Contents?: true
Size: 261 Bytes
Versions: 35
Compression:
Stored size: 261 Bytes
Contents
#ifndef GUMBO_TAG_LOOKUP_H_ #define GUMBO_TAG_LOOKUP_H_ #include "nokogiri_gumbo.h" typedef struct { const char *key; const GumboTag tag; } TagHashSlot; const TagHashSlot *gumbo_tag_lookup(const char *str, size_t len); #endif // GUMBO_TAG_LOOKUP_H_
Version data entries
35 entries across 35 versions & 2 rubygems