libxml 0.3.3

A Rust wrapper for libxml2 - the XML C parser and toolkit developed for the Gnome project
Documentation
# Compiled files
*.o
*.so
*.rlib
*.dll
Cargo.lock

# Executables
*.exe

# Vim swap files
*.swp

# VSCode project folder
.vscode/

# Generated by Cargo
/target/

# Test results
/tests/results/*.xml
/tags