libxml2-rs 0.1.1

Rust bindings for the libxml2 C library
Documentation
1
2
3
4
5
6
7
8
#ifndef LIBXML_WRAPPER_H
#define LIBXML_WRAPPER_H

#include <libxml/parser.h>
#include <libxml/xmlschemas.h>
#include <libxml/xmlschemastypes.h>

#endif